barunsaha commited on
Commit
5032c92
·
1 Parent(s): 851cd5e

Update the page range display text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )