HugoLaurencon HF staff commited on
Commit
23afa1f
1 Parent(s): 9c03b9a

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. app_dialogue.py +1 -1
app_dialogue.py CHANGED
@@ -282,7 +282,7 @@ top_p = gr.Slider(
282
  chatbot = gr.Chatbot(
283
  label="Idefics2",
284
  avatar_images=[None, BOT_AVATAR],
285
- height=850,
286
  )
287
 
288
 
 
282
  chatbot = gr.Chatbot(
283
  label="Idefics2",
284
  avatar_images=[None, BOT_AVATAR],
285
+ height=600,
286
  )
287
 
288