Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,8 @@ from gtts import gTTS
|
|
3 |
from io import BytesIO
|
4 |
from PyPDF2 import PdfReader
|
5 |
|
|
|
|
|
6 |
x = st.slider('Select a value')
|
7 |
slider_reply = x, 'squared is', x * x
|
8 |
st.write(slider_reply)
|
|
|
3 |
from io import BytesIO
|
4 |
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 value')
|
9 |
slider_reply = x, 'squared is', x * x
|
10 |
st.write(slider_reply)
|