VictorSanh commited on
Commit
598bc19
β€’
1 Parent(s): 684180e

Update app_dialogue.py

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=750,
374
  )
375
 
376
 
 
370
  chatbot = gr.Chatbot(
371
  label="IDEFICS2",
372
  avatar_images=[None, BOT_AVATAR],
373
+ height=500,
374
  )
375
 
376