Nymbo commited on
Commit
59c1b45
1 Parent(s): 3eda09a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def respond(
44
  response += token
45
  yield response
46
 
47
- chatbot = gr.Chatbot(height=800)
48
 
49
  demo = gr.ChatInterface(
50
  respond,
 
44
  response += token
45
  yield response
46
 
47
+ chatbot = gr.Chatbot(height=600)
48
 
49
  demo = gr.ChatInterface(
50
  respond,