Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -397,7 +397,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 397 |
with gr.Row(visible=True):
|
| 398 |
grid_size_selection = gr.Dropdown(
|
| 399 |
choices=["2x1", "1x2", "2x2", "2x3", "3x2", "1x1"],
|
| 400 |
-
value="
|
| 401 |
label="Grid Size"
|
| 402 |
)
|
| 403 |
|
|
|
|
| 397 |
with gr.Row(visible=True):
|
| 398 |
grid_size_selection = gr.Dropdown(
|
| 399 |
choices=["2x1", "1x2", "2x2", "2x3", "3x2", "1x1"],
|
| 400 |
+
value="2x2",
|
| 401 |
label="Grid Size"
|
| 402 |
)
|
| 403 |
|