Spaces:
Sleeping
Sleeping
Mr-Vicky-01
commited on
Commit
•
fffa84f
1
Parent(s):
54890b9
Update interface.py
Browse filesscreenshot changed into image
- interface.py +3 -3
interface.py
CHANGED
@@ -20,7 +20,7 @@ with st.sidebar:
|
|
20 |
|
21 |
st.caption("""
|
22 |
<div class="justified-text">
|
23 |
-
|
24 |
</div>
|
25 |
""", unsafe_allow_html=True)
|
26 |
|
@@ -30,8 +30,8 @@ with st.sidebar:
|
|
30 |
st.write("[Pachaiappan❤️](https://mr-vicky-01.github.io/Portfolio)")
|
31 |
st.write("contact: [Email](mailto:[email protected])")
|
32 |
|
33 |
-
st.title("
|
34 |
-
st.text("Upload your screenshot to convert it into a Word document.")
|
35 |
uploaded_file = st.file_uploader("", type=["png", "jpg", "jpeg"])
|
36 |
|
37 |
if uploaded_file:
|
|
|
20 |
|
21 |
st.caption("""
|
22 |
<div class="justified-text">
|
23 |
+
Image to Document file Creator is an AI powered app that allows users to effortlessly convert their screenshots into Word documents. Simply upload a screenshot, and the app will generate a Word document based on the image provided, ensuring a seamless and efficient conversion process. Ideal for anyone looking to quickly turn visual content into editable text documents.
|
24 |
</div>
|
25 |
""", unsafe_allow_html=True)
|
26 |
|
|
|
30 |
st.write("[Pachaiappan❤️](https://mr-vicky-01.github.io/Portfolio)")
|
31 |
st.write("contact: [Email](mailto:[email protected])")
|
32 |
|
33 |
+
st.title("IMAGE🖼️ - DOCUMENT📃")
|
34 |
+
st.text("Upload your screenshot or image to convert it into a Word document.")
|
35 |
uploaded_file = st.file_uploader("", type=["png", "jpg", "jpeg"])
|
36 |
|
37 |
if uploaded_file:
|