luciagomez commited on
Commit
3e2d8e8
·
verified ·
1 Parent(s): d5082f6

max pages to 1000

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -221,7 +221,7 @@ Download the **text and PDFs from a website** and package everything into a ZIP
221
 
222
  with gr.Row():
223
  max_links_input = gr.Slider(
224
- 10, 200, value=50, step=10,
225
  label="Maximum pages to scan",
226
  info="Higher = more content but slower"
227
  )
 
221
 
222
  with gr.Row():
223
  max_links_input = gr.Slider(
224
+ 10, 1000, value=50, step=10,
225
  label="Maximum pages to scan",
226
  info="Higher = more content but slower"
227
  )