Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -462,4 +462,4 @@ with gr.Blocks(theme=gr.themes.Soft(secondary_hue="green"),
|
|
| 462 |
outputs=[history_dropdown, state, input_block, output_container, sticky_pad]
|
| 463 |
)
|
| 464 |
|
| 465 |
-
app.launch()
|
|
|
|
| 462 |
outputs=[history_dropdown, state, input_block, output_container, sticky_pad]
|
| 463 |
)
|
| 464 |
|
| 465 |
+
app.launch(fill_width=True)
|