JC321 commited on
Commit
ec3719f
·
verified ·
1 Parent(s): fea2553

Upload 2 files

Browse files
Files changed (1) hide show
  1. app.py +1 -5
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"):