Spaces:
Running
Running
clementsan
commited on
Commit
•
13388d7
1
Parent(s):
6d52a96
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=350)
|
219 |
with gr.Row():
|
220 |
msg = gr.Textbox(placeholder="Type message", container=True)
|
221 |
with gr.Row():
|