Update app.py
Browse files
app.py
CHANGED
|
@@ -396,9 +396,9 @@ def launch_gradio_app(
|
|
| 396 |
with gr.Row(elem_classes="launch-controls"):
|
| 397 |
max_objects_input = gr.Slider(
|
| 398 |
minimum=1,
|
| 399 |
-
maximum=
|
| 400 |
value=default_max,
|
| 401 |
-
step=
|
| 402 |
label="Maximum objects to scrape",
|
| 403 |
)
|
| 404 |
start_id_input = gr.Number(
|
|
|
|
| 396 |
with gr.Row(elem_classes="launch-controls"):
|
| 397 |
max_objects_input = gr.Slider(
|
| 398 |
minimum=1,
|
| 399 |
+
maximum=10000,
|
| 400 |
value=default_max,
|
| 401 |
+
step=10,
|
| 402 |
label="Maximum objects to scrape",
|
| 403 |
)
|
| 404 |
start_id_input = gr.Number(
|