Spaces:
Running
on
Zero
Running
on
Zero
VictorSanh
commited on
Commit
•
3895b92
1
Parent(s):
91e4b1d
height
Browse files- 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 |
|