Spaces:
Sleeping
Sleeping
Mr-Vicky-01
commited on
Commit
•
17945bd
1
Parent(s):
fffa84f
Update interface.py
Browse files- interface.py +1 -2
interface.py
CHANGED
@@ -5,7 +5,6 @@ from file_creator import Create_Doc
|
|
5 |
model = llm.Model()
|
6 |
unvalid_image_text = 'please upload a valid screenshot.'
|
7 |
|
8 |
-
|
9 |
st.markdown("""
|
10 |
<style>
|
11 |
.justified-text {
|
@@ -30,7 +29,7 @@ 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 or image to convert it into a Word document.")
|
35 |
uploaded_file = st.file_uploader("", type=["png", "jpg", "jpeg"])
|
36 |
|
|
|
5 |
model = llm.Model()
|
6 |
unvalid_image_text = 'please upload a valid screenshot.'
|
7 |
|
|
|
8 |
st.markdown("""
|
9 |
<style>
|
10 |
.justified-text {
|
|
|
29 |
st.write("[Pachaiappan❤️](https://mr-vicky-01.github.io/Portfolio)")
|
30 |
st.write("contact: [Email](mailto:[email protected])")
|
31 |
|
32 |
+
st.title("Image🖼️ - Document📃")
|
33 |
st.text("Upload your screenshot or image to convert it into a Word document.")
|
34 |
uploaded_file = st.file_uploader("", type=["png", "jpg", "jpeg"])
|
35 |
|