manu commited on
Commit
47423ef
·
verified ·
1 Parent(s): 81c0e08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=500,
400
  value=default_max,
401
- step=1,
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(