awacke1 commited on
Commit
c626652
1 Parent(s): fbb5261

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ with col1:
54
 
55
  with col2:
56
  st.markdown("<h2>🔢 Pages</h2>", unsafe_allow_html=True)
57
- x = st.slider('Select the number of pages you wish to transcribe', min_value=1, max_value=100, value=1)
58
 
59
  if uploaded_file is not None:
60
  reader = PdfReader(uploaded_file)
 
54
 
55
  with col2:
56
  st.markdown("<h2>🔢 Pages</h2>", unsafe_allow_html=True)
57
+ x = st.slider('Select the number of pages you wish to transcribe', min_value=1, max_value=100, value=10)
58
 
59
  if uploaded_file is not None:
60
  reader = PdfReader(uploaded_file)