Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ with st.sidebar:
|
|
81 |
st.write("contact: [Email](mailto:[email protected])")
|
82 |
|
83 |
fake_image_text = 'please upload a valid screenshot.'
|
84 |
-
st.text(
|
85 |
uploaded_file = st.file_uploader("", type=["png", "jpg", "jpeg"])
|
86 |
if uploaded_file:
|
87 |
st.image(uploaded_file)
|
|
|
81 |
st.write("contact: [Email](mailto:[email protected])")
|
82 |
|
83 |
fake_image_text = 'please upload a valid screenshot.'
|
84 |
+
st.text("Upload your screenshot to convert it into a Word document")
|
85 |
uploaded_file = st.file_uploader("", type=["png", "jpg", "jpeg"])
|
86 |
if uploaded_file:
|
87 |
st.image(uploaded_file)
|