Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ with gr.Blocks() as app:
|
|
73 |
gr.HTML("<h1>Chat with Tesla 2023 Earnings Calls Transcripts</h1>")
|
74 |
|
75 |
with gr.Row():
|
76 |
-
query = gr.Textbox("
|
77 |
btn = gr.Button("Ask Question")
|
78 |
|
79 |
with gr.Row():
|
|
|
73 |
gr.HTML("<h1>Chat with Tesla 2023 Earnings Calls Transcripts</h1>")
|
74 |
|
75 |
with gr.Row():
|
76 |
+
query = gr.Textbox("How is Tesla planning to expand?", placeholder="Enter question here...", label="Enter question")
|
77 |
btn = gr.Button("Ask Question")
|
78 |
|
79 |
with gr.Row():
|