ffreemt commited on
Commit
107a43e
1 Parent(s): 22850a8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -268,7 +268,7 @@ with gr.Blocks(
268
  elem_classes="intro"
269
  )
270
  conversation = Chat()
271
- chatbot = gr.Chatbot().style(height=200) # 500
272
  with gr.Row():
273
  with gr.Column():
274
  msg = gr.Textbox(
 
268
  elem_classes="intro"
269
  )
270
  conversation = Chat()
271
+ chatbot = gr.Chatbot().style(height=500) # 500
272
  with gr.Row():
273
  with gr.Column():
274
  msg = gr.Textbox(