Spaces:
Runtime error
Runtime error
Update app_dialogue.py
Browse files- app_dialogue.py +4 -4
app_dialogue.py
CHANGED
@@ -445,13 +445,13 @@ with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
|
|
445 |
with gr.Column(scale=0.4, min_width=0):
|
446 |
with gr.Group():
|
447 |
with gr.Row():
|
448 |
-
with gr.Column(
|
449 |
submit_btn = gr.Button(value="▶️ Submit", visible=True)
|
450 |
-
with gr.Column(
|
451 |
clear_btn = gr.ClearButton([textbox, imagebox, chatbot], value="🧹 Clear")
|
452 |
-
with gr.Column(
|
453 |
regenerate_btn = gr.Button(value="🔄 Regenerate", visible=True)
|
454 |
-
with gr.Column(
|
455 |
upload_btn = gr.UploadButton("📁 Upload image", file_types=["image"])
|
456 |
# with gr.Group():
|
457 |
# with gr.Row():
|
|
|
445 |
with gr.Column(scale=0.4, min_width=0):
|
446 |
with gr.Group():
|
447 |
with gr.Row():
|
448 |
+
with gr.Column(min_width=80):
|
449 |
submit_btn = gr.Button(value="▶️ Submit", visible=True)
|
450 |
+
with gr.Column(min_width=60):
|
451 |
clear_btn = gr.ClearButton([textbox, imagebox, chatbot], value="🧹 Clear")
|
452 |
+
with gr.Column(min_width=120):
|
453 |
regenerate_btn = gr.Button(value="🔄 Regenerate", visible=True)
|
454 |
+
with gr.Column(min_width=140):
|
455 |
upload_btn = gr.UploadButton("📁 Upload image", file_types=["image"])
|
456 |
# with gr.Group():
|
457 |
# with gr.Row():
|