koji9581 commited on
Commit
32d6081
·
verified ·
1 Parent(s): 33676cb

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +1 -1
ui.py CHANGED
@@ -44,7 +44,7 @@ def create_ui(app):
44
  ],
45
  chatbot=gr.Chatbot(
46
  elem_id="chatbot",
47
- height=600
48
  )
49
  )
50
 
 
44
  ],
45
  chatbot=gr.Chatbot(
46
  elem_id="chatbot",
47
+ height=400
48
  )
49
  )
50