Nymbo commited on
Commit
3eda09a
1 Parent(s): 2e2e966

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=700)
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,