HugoLaurencon HF staff commited on
Commit
742ceb6
1 Parent(s): 23afa1f

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=600,
286
  )
287
 
288
 
 
282
  chatbot = gr.Chatbot(
283
  label="Idefics2",
284
  avatar_images=[None, BOT_AVATAR],
285
+ height=450,
286
  )
287
 
288