JC321 commited on
Commit
fd48bc1
·
verified ·
1 Parent(s): 50e37b9

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -371,7 +371,6 @@ with gr.Blocks(title="Financial AI Assistant") as demo:
371
  "Compare Microsoft's latest earnings with its current stock price",
372
  ],
373
  chatbot=gr.Chatbot(height=700),
374
- textbox=gr.Textbox(lines=4, placeholder="Ask me anything about finance, stocks, or company data...", show_label=False),
375
  )
376
 
377
  # 启动应用
 
371
  "Compare Microsoft's latest earnings with its current stock price",
372
  ],
373
  chatbot=gr.Chatbot(height=700),
 
374
  )
375
 
376
  # 启动应用