Spaces:
Runtime error
Runtime error
Update app_dialogue.py
Browse files- app_dialogue.py +1 -0
app_dialogue.py
CHANGED
@@ -314,6 +314,7 @@ textbox = gr.Textbox(
|
|
314 |
visible=True,
|
315 |
container=False,
|
316 |
label="Text input",
|
|
|
317 |
)
|
318 |
with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
|
319 |
gr.HTML("""<h1 align="center">🐶 IDEFICS Playground - EMBARGO UNTIL AUGUST 22ND</h1>""") # TODO remove embargo
|
|
|
314 |
visible=True,
|
315 |
container=False,
|
316 |
label="Text input",
|
317 |
+
scale = 6
|
318 |
)
|
319 |
with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
|
320 |
gr.HTML("""<h1 align="center">🐶 IDEFICS Playground - EMBARGO UNTIL AUGUST 22ND</h1>""") # TODO remove embargo
|