Spaces:
Runtime error
Runtime error
AingHongsin
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ def yes_man(message, history):
|
|
146 |
|
147 |
gr.ChatInterface(
|
148 |
yes_man,
|
149 |
-
chatbot=gr.Chatbot(height=
|
150 |
textbox=gr.Textbox(placeholder="Write your message here ", container=False, scale=7),
|
151 |
title="Sur Muy",
|
152 |
description="I am your assistant",
|
|
|
146 |
|
147 |
gr.ChatInterface(
|
148 |
yes_man,
|
149 |
+
chatbot=gr.Chatbot(height=580),
|
150 |
textbox=gr.Textbox(placeholder="Write your message here ", container=False, scale=7),
|
151 |
title="Sur Muy",
|
152 |
description="I am your assistant",
|