Mr-Vicky-01 commited on
Commit
c3dd823
·
verified ·
1 Parent(s): a6225b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(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)
 
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)