saumitras commited on
Commit
e3f298a
Β·
unverified Β·
1 Parent(s): f3d315e

updated default max page limit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ def create_ui():
90
  max_pages_input = gr.Slider(
91
  minimum=1,
92
  maximum=2000,
93
- value=10,
94
  step=10,
95
  label="Max Pages"
96
  )
 
90
  max_pages_input = gr.Slider(
91
  minimum=1,
92
  maximum=2000,
93
+ value=20,
94
  step=10,
95
  label="Max Pages"
96
  )