Update app.py
Browse files
app.py
CHANGED
|
@@ -352,7 +352,7 @@ with gr.Blocks() as interface:
|
|
| 352 |
|
| 353 |
chatbot = gr.Chatbot(
|
| 354 |
label="Conversation",
|
| 355 |
-
height=
|
| 356 |
)
|
| 357 |
|
| 358 |
user_input = gr.Textbox(
|
|
|
|
| 352 |
|
| 353 |
chatbot = gr.Chatbot(
|
| 354 |
label="Conversation",
|
| 355 |
+
height=400
|
| 356 |
)
|
| 357 |
|
| 358 |
user_input = gr.Textbox(
|