Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files
app.py
CHANGED
|
@@ -343,11 +343,7 @@ with gr.Blocks(title="SEC Financial Data Query Assistant") as demo:
|
|
| 343 |
],
|
| 344 |
cache_examples=False,
|
| 345 |
chatbot=gr.Chatbot(height=700),
|
| 346 |
-
textbox=gr.Textbox(placeholder="Ask me about any company's financial data...", scale=7)
|
| 347 |
-
submit_btn="Send",
|
| 348 |
-
retry_btn="🔄 Retry",
|
| 349 |
-
undo_btn="⬅️ Undo",
|
| 350 |
-
clear_btn="🗑️ Clear"
|
| 351 |
)
|
| 352 |
|
| 353 |
with gr.Tab("Direct Query"):
|
|
|
|
| 343 |
],
|
| 344 |
cache_examples=False,
|
| 345 |
chatbot=gr.Chatbot(height=700),
|
| 346 |
+
textbox=gr.Textbox(placeholder="Ask me about any company's financial data...", scale=7)
|
|
|
|
|
|
|
|
|
|
|
|
|
| 347 |
)
|
| 348 |
|
| 349 |
with gr.Tab("Direct Query"):
|