Spaces:
Sleeping
Sleeping
max pages to 1000
Browse files
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,
|
| 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 |
)
|