Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -304,7 +304,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
| 304 |
gr.Image(value="Go Buddy2.png", interactive=False, show_label=False)
|
| 305 |
|
| 306 |
# 1) the chat history panel
|
| 307 |
-
chat_box = gr.Chatbot(height=
|
| 308 |
|
| 309 |
# 2) where the user types
|
| 310 |
msg = gr.Textbox(
|
|
|
|
| 304 |
gr.Image(value="Go Buddy2.png", interactive=False, show_label=False)
|
| 305 |
|
| 306 |
# 1) the chat history panel
|
| 307 |
+
chat_box = gr.Chatbot(height=900)
|
| 308 |
|
| 309 |
# 2) where the user types
|
| 310 |
msg = gr.Textbox(
|