bstraehle commited on
Commit
8186c74
1 Parent(s): bd63387

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",