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