Spaces:
Runtime error
Runtime error
ffreemt
commited on
Commit
•
107a43e
1
Parent(s):
22850a8
update
Browse files
app.py
CHANGED
@@ -268,7 +268,7 @@ with gr.Blocks(
|
|
268 |
elem_classes="intro"
|
269 |
)
|
270 |
conversation = Chat()
|
271 |
-
chatbot = gr.Chatbot().style(height=
|
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(
|