VictorSanh commited on
Commit
684180e
β€’
1 Parent(s): 3895b92

more height

Browse files
Files changed (1) hide show
  1. app_dialogue.py +1 -1
app_dialogue.py CHANGED
@@ -370,7 +370,7 @@ top_p = gr.Slider(
370
  chatbot = gr.Chatbot(
371
  label="IDEFICS2",
372
  avatar_images=[None, BOT_AVATAR],
373
- height=500,
374
  )
375
 
376
 
 
370
  chatbot = gr.Chatbot(
371
  label="IDEFICS2",
372
  avatar_images=[None, BOT_AVATAR],
373
+ height=750,
374
  )
375
 
376