Spaces:
Sleeping
Sleeping
clementsan
commited on
Commit
•
14155e5
1
Parent(s):
13388d7
Reduce chatbot height
Browse files
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=
|
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():
|