louisbrulenaudet commited on
Commit
028de94
1 Parent(s): b1dc71c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -265,7 +265,7 @@ def generate(
265
 
266
 
267
  chatbot = gr.Chatbot(
268
- height=400,
269
  show_copy_button=True
270
  )
271
 
 
265
 
266
 
267
  chatbot = gr.Chatbot(
268
+ height=450,
269
  show_copy_button=True
270
  )
271