Spaces:
Runtime error
Runtime error
Update app_dialogue.py
Browse files- app_dialogue.py +1 -1
app_dialogue.py
CHANGED
@@ -442,7 +442,7 @@ 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=80):
|
|
|
442 |
with gr.Row():
|
443 |
with gr.Column(scale=0.6):
|
444 |
textbox.render()
|
445 |
+
with gr.Column(scale=0.4, min_width=500):
|
446 |
with gr.Group():
|
447 |
with gr.Row():
|
448 |
with gr.Column(min_width=80):
|