Spaces:
Runtime error
Runtime error
Update app_dialogue.py
Browse files- app_dialogue.py +1 -1
app_dialogue.py
CHANGED
@@ -429,7 +429,7 @@ with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
|
|
429 |
with gr.Row():
|
430 |
with gr.Column(scale=0.6):
|
431 |
textbox.render()
|
432 |
-
with gr.Column(scale=0.1, min_width=
|
433 |
submit_btn = gr.Button(value="▶️ Submit", visible=True)
|
434 |
with gr.Column(scale=0.1, min_width=0):
|
435 |
clear_btn = gr.ClearButton([textbox, imagebox, chatbot], value="🧹 Clear")
|
|
|
429 |
with gr.Row():
|
430 |
with gr.Column(scale=0.6):
|
431 |
textbox.render()
|
432 |
+
with gr.Column(scale=0.1, min_width=0):
|
433 |
submit_btn = gr.Button(value="▶️ Submit", visible=True)
|
434 |
with gr.Column(scale=0.1, min_width=0):
|
435 |
clear_btn = gr.ClearButton([textbox, imagebox, chatbot], value="🧹 Clear")
|