yuhuili commited on
Commit
3cad899
1 Parent(s): c8b6b63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -317,7 +317,7 @@ with gr.Blocks(css=custom_css) as demo:
317
  will be displayed in orange. Note: Checking this option may cause special formatting rendering issues in a few cases, especially when generating code''')
318
 
319
 
320
- chatbot = gr.Chatbot(show_label=False)
321
 
322
 
323
  msg = gr.Textbox(label="Your input")
 
317
  will be displayed in orange. Note: Checking this option may cause special formatting rendering issues in a few cases, especially when generating code''')
318
 
319
 
320
+ chatbot = gr.Chatbot(show_label=False,height=300)
321
 
322
 
323
  msg = gr.Textbox(label="Your input")