Update app.py
Browse files
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=
|
| 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)
|