Solshine commited on
Commit
1bfa7fa
1 Parent(s): de0a7fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from PyPDF2 import PdfReader
5
 
6
  st.image('OIG3 (4).jpeg', caption='Your host on this PDF-to-Speech adventure!')
7
 
8
- x = st.slider('Select a number of pages to transcribe')
9
 
10
  uploaded_file = st.file_uploader("Choose a file", "pdf")
11
  if uploaded_file is not None:
 
5
 
6
  st.image('OIG3 (4).jpeg', caption='Your host on this PDF-to-Speech adventure!')
7
 
8
+ x = st.slider('Select the number of pages you wish to transcribe')
9
 
10
  uploaded_file = st.file_uploader("Choose a file", "pdf")
11
  if uploaded_file is not None: