MoDongbao commited on
Commit
a564948
·
1 Parent(s): 581400c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -41,7 +41,7 @@ with gr.Blocks(theme=set_theme, analytics_enabled=False) as demo:
41
  with gr.Row():
42
  with gr.Column(scale=2):
43
  chatbot = gr.Chatbot()
44
- chatbot.style(height=1000)
45
  chatbot.style()
46
  history = gr.State([])
47
  with gr.Column(scale=1):
 
41
  with gr.Row():
42
  with gr.Column(scale=2):
43
  chatbot = gr.Chatbot()
44
+ chatbot.style(height=2000)
45
  chatbot.style()
46
  history = gr.State([])
47
  with gr.Column(scale=1):