Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks() as demo:
|
|
81 |
)
|
82 |
chat = gr.ChatInterface(
|
83 |
respond,
|
84 |
-
chatbot=gr.Chatbot(height=
|
85 |
additional_inputs=[]
|
86 |
)
|
87 |
|
|
|
81 |
)
|
82 |
chat = gr.ChatInterface(
|
83 |
respond,
|
84 |
+
chatbot=gr.Chatbot(height=400), # Set the desired height here
|
85 |
additional_inputs=[]
|
86 |
)
|
87 |
|