VictorSanh commited on
Commit
3895b92
β€’
1 Parent(s): 91e4b1d
Files changed (1) hide show
  1. app_dialogue.py +1 -0
app_dialogue.py CHANGED
@@ -370,6 +370,7 @@ top_p = gr.Slider(
370
  chatbot = gr.Chatbot(
371
  label="IDEFICS2",
372
  avatar_images=[None, BOT_AVATAR],
 
373
  )
374
 
375
 
 
370
  chatbot = gr.Chatbot(
371
  label="IDEFICS2",
372
  avatar_images=[None, BOT_AVATAR],
373
+ height=500,
374
  )
375
 
376