saumitras commited on
Commit
07dd86d
·
verified ·
1 Parent(s): 6575cff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ def create_ui():
94
 
95
  max_pages_input = gr.Slider(
96
  minimum=1,
97
- maximum=50,
98
  value=20,
99
  step=10,
100
  label="Max pages to extract and index"
 
94
 
95
  max_pages_input = gr.Slider(
96
  minimum=1,
97
+ maximum=100,
98
  value=20,
99
  step=10,
100
  label="Max pages to extract and index"