Update app.py
Browse files
app.py
CHANGED
@@ -55,8 +55,7 @@ with gr.Blocks() as demo:
|
|
55 |
],
|
56 |
cache_examples=False,
|
57 |
fill_height=True,
|
58 |
-
|
59 |
-
# width=800 # Optionally, set the width as well
|
60 |
)
|
61 |
|
62 |
with gr.Accordion("Adjust Parameters", open=False):
|
|
|
55 |
],
|
56 |
cache_examples=False,
|
57 |
fill_height=True,
|
58 |
+
# fill_width=True # Optionally, set the width as well
|
|
|
59 |
)
|
60 |
|
61 |
with gr.Accordion("Adjust Parameters", open=False):
|