darkc0de commited on
Commit
264f2b4
·
verified ·
1 Parent(s): 64dba3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
73
  gr.ChatInterface(
74
  respond,
75
  chatbot=gr.Chatbot(
76
- height=400
77
  )
78
  )
79
 
 
73
  gr.ChatInterface(
74
  respond,
75
  chatbot=gr.Chatbot(
76
+ height=700
77
  )
78
  )
79