Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ def respond(
|
|
| 44 |
response += token
|
| 45 |
yield response
|
| 46 |
|
| 47 |
-
chatbot = gr.Chatbot(height=
|
| 48 |
|
| 49 |
demo = gr.ChatInterface(
|
| 50 |
respond,
|
|
|
|
| 44 |
response += token
|
| 45 |
yield response
|
| 46 |
|
| 47 |
+
chatbot = gr.Chatbot(height=800)
|
| 48 |
|
| 49 |
demo = gr.ChatInterface(
|
| 50 |
respond,
|