Kexin2000 commited on
Commit
205ddb2
1 Parent(s): 737080f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -408,7 +408,7 @@ with gr.Blocks() as tab2:
408
 
409
 
410
  with gr.Group():
411
- chatbot = gr.Chatbot(placeholder="Chat History", label="Chat History", lines=50, elem_id="chatbot")
412
 
413
 
414
  # Bind the click event of the button to the question_answer function
 
408
 
409
 
410
  with gr.Group():
411
+ chatbot = gr.Chatbot()
412
 
413
 
414
  # Bind the click event of the button to the question_answer function