kuroiikimono
commited on
Commit
β’
ff3990e
1
Parent(s):
dcd4a03
Update app.py
Browse files
app.py
CHANGED
@@ -142,7 +142,12 @@ This translation app is useful for people who want to translate something or wan
|
|
142 |
The text extracted from the original text has the same position indexed with `:::info` as the translated text.
|
143 |
|
144 |
Regardless of the contents of the uploaded PDF or document, counting starts from zero and you can see which page or sentence you are in.
|
145 |
-
The original text has an `π°` : elephant mark after `:::info`, which are unicode characters representing Egyptian hieroglyphics.
|
|
|
|
|
|
|
|
|
|
|
146 |
""", unsafe_allow_html=True)
|
147 |
obj_0.success("PDF file uploader")
|
148 |
# st.markdown(f"The remote ip is `{get_remote_ip()}`")
|
|
|
142 |
The text extracted from the original text has the same position indexed with `:::info` as the translated text.
|
143 |
|
144 |
Regardless of the contents of the uploaded PDF or document, counting starts from zero and you can see which page or sentence you are in.
|
145 |
+
The original text has an `π°` : elephant mark after `:::info`, which are unicode characters representing Egyptian hieroglyphics.
|
146 |
+
`π°`00001-0;
|
147 |
+
|
148 |
+
Similarly, the translation of the original text is followed by a `π` : frog mark.
|
149 |
+
`π`00001-0;
|
150 |
+
|
151 |
""", unsafe_allow_html=True)
|
152 |
obj_0.success("PDF file uploader")
|
153 |
# st.markdown(f"The remote ip is `{get_remote_ip()}`")
|