clementsan commited on
Commit
14155e5
1 Parent(s): 13388d7

Reduce chatbot height

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -215,7 +215,7 @@ def demo():
215
  qachain_btn = gr.Button("QA chain Initialization...")
216
 
217
  with gr.Tab("Step 3 - Conversation"):
218
- chatbot = gr.Chatbot(height=350)
219
  with gr.Row():
220
  msg = gr.Textbox(placeholder="Type message", container=True)
221
  with gr.Row():
 
215
  qachain_btn = gr.Button("QA chain Initialization...")
216
 
217
  with gr.Tab("Step 3 - Conversation"):
218
+ chatbot = gr.Chatbot(height=300)
219
  with gr.Row():
220
  msg = gr.Textbox(placeholder="Type message", container=True)
221
  with gr.Row():