Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -185,7 +185,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 185 |
minimum=1,
|
| 186 |
maximum=25,
|
| 187 |
step=1,
|
| 188 |
-
value=
|
| 189 |
)
|
| 190 |
|
| 191 |
gr.Examples(
|
|
|
|
| 185 |
minimum=1,
|
| 186 |
maximum=25,
|
| 187 |
step=1,
|
| 188 |
+
value=25,
|
| 189 |
)
|
| 190 |
|
| 191 |
gr.Examples(
|