JC321 commited on
Commit
ea320c6
·
verified ·
1 Parent(s): 50f062a

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -371,7 +371,7 @@ 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, max_lines=4, placeholder="Ask me anything about finance, stocks, or company data..."),
375
  )
376
 
377
  # 启动应用
 
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
  # 启动应用