Spaces:
Running
Running
Update the page range display text
Browse files
app.py
CHANGED
@@ -224,7 +224,7 @@ with st.sidebar:
|
|
224 |
|
225 |
# Make slider with initial values
|
226 |
page_range_slider = st.slider(
|
227 |
-
'Specify a page range for the PDF file:',
|
228 |
1, GlobalConfig.MAX_ALLOWED_PAGES,
|
229 |
[1, GlobalConfig.MAX_ALLOWED_PAGES]
|
230 |
)
|
|
|
224 |
|
225 |
# Make slider with initial values
|
226 |
page_range_slider = st.slider(
|
227 |
+
'Specify a page range for the uploaded PDF file (if any):',
|
228 |
1, GlobalConfig.MAX_ALLOWED_PAGES,
|
229 |
[1, GlobalConfig.MAX_ALLOWED_PAGES]
|
230 |
)
|