nazdridoy commited on
Commit
09c3c28
·
verified ·
1 Parent(s): c458f41

update(ui): Adjust chatbot display height

Browse files

- [update] Set gr.Chatbot height to 800 (app.py:206)

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,7 +203,7 @@ with gr.Blocks(title="HF-Inferoxy AI Hub", theme=gr.themes.Soft()) as demo:
203
  chatbot_display = gr.Chatbot(
204
  label="Chat",
205
  type="messages",
206
- height=1000,
207
  show_copy_button=True
208
  )
209
 
 
203
  chatbot_display = gr.Chatbot(
204
  label="Chat",
205
  type="messages",
206
+ height=800,
207
  show_copy_button=True
208
  )
209