Spaces:
Runtime error
Runtime error
HugoLaurencon
commited on
Commit
β’
742ceb6
1
Parent(s):
23afa1f
Update app_dialogue.py
Browse files- 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=
|
286 |
)
|
287 |
|
288 |
|
|
|
282 |
chatbot = gr.Chatbot(
|
283 |
label="Idefics2",
|
284 |
avatar_images=[None, BOT_AVATAR],
|
285 |
+
height=450,
|
286 |
)
|
287 |
|
288 |
|