Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def chat(message, history, openai_api_key):
|
|
77 |
|
78 |
gr.ChatInterface(
|
79 |
chat,
|
80 |
-
chatbot=gr.Chatbot(),
|
81 |
textbox=gr.Textbox(placeholder="Question", container=False, scale=7),
|
82 |
title="Multi-Assistant Demo",
|
83 |
description="Ask AAA Assistant, BBB Assistant, and CCC Assistant any question",
|
|
|
77 |
|
78 |
gr.ChatInterface(
|
79 |
chat,
|
80 |
+
chatbot=gr.Chatbot(height=300),
|
81 |
textbox=gr.Textbox(placeholder="Question", container=False, scale=7),
|
82 |
title="Multi-Assistant Demo",
|
83 |
description="Ask AAA Assistant, BBB Assistant, and CCC Assistant any question",
|