Spaces:
Runtime error
Runtime error
Update app_dialogue.py
Browse files- app_dialogue.py +2 -2
app_dialogue.py
CHANGED
@@ -442,10 +442,10 @@ with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
|
|
442 |
with gr.Row():
|
443 |
with gr.Column(scale=0.6):
|
444 |
textbox.render()
|
445 |
-
with gr.Column(scale=0.4, min_width=
|
446 |
with gr.Group():
|
447 |
with gr.Row():
|
448 |
-
with gr.Column(min_width=
|
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")
|
|
|
442 |
with gr.Row():
|
443 |
with gr.Column(scale=0.6):
|
444 |
textbox.render()
|
445 |
+
with gr.Column(scale=0.4, min_width=400):
|
446 |
with gr.Group():
|
447 |
with gr.Row():
|
448 |
+
with gr.Column(min_width=60):
|
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")
|