Spaces:
Runtime error
Runtime error
larger avatar + box
Browse files- app_dialogue.py +2 -2
app_dialogue.py
CHANGED
@@ -282,11 +282,11 @@ top_p = gr.Slider(
|
|
282 |
chatbot = gr.Chatbot(
|
283 |
label="Idefics2",
|
284 |
avatar_images=[None, BOT_AVATAR],
|
285 |
-
|
286 |
)
|
287 |
|
288 |
|
289 |
-
with gr.Blocks(fill_height=True, css=".message-wrap.svelte-1lcyrx4>div.svelte-1lcyrx4 img { width: auto; max-width: 30%; height: auto; max-height: 30%; }") as demo:
|
290 |
# model selector should be set to `visbile=False` ultimately
|
291 |
with gr.Row(elem_id="model_selector_row"):
|
292 |
model_selector = gr.Dropdown(
|
|
|
282 |
chatbot = gr.Chatbot(
|
283 |
label="Idefics2",
|
284 |
avatar_images=[None, BOT_AVATAR],
|
285 |
+
height=850,
|
286 |
)
|
287 |
|
288 |
|
289 |
+
with gr.Blocks(fill_height=True, css=".message-wrap.svelte-1lcyrx4>div.svelte-1lcyrx4 img { width: auto; max-width: 30%; height: auto; max-height: 30%;} .gradio-container .avatar-container {height: 35px width: 35px !important;}") as demo:
|
290 |
# model selector should be set to `visbile=False` ultimately
|
291 |
with gr.Row(elem_id="model_selector_row"):
|
292 |
model_selector = gr.Dropdown(
|