Spaces:
Running
Running
kuroiikimono
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -143,10 +143,12 @@ The text extracted from the original text has the same position indexed with `::
|
|
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 |
-
|
|
|
147 |
|
148 |
Similarly, the translation of the original text is followed by a `π` : frog mark.
|
149 |
-
|
|
|
150 |
|
151 |
""", unsafe_allow_html=True)
|
152 |
obj_0.success("PDF file uploader")
|
|
|
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 |
+
|
147 |
+
π°00001-0;
|
148 |
|
149 |
Similarly, the translation of the original text is followed by a `π` : frog mark.
|
150 |
+
|
151 |
+
π00001-0;
|
152 |
|
153 |
""", unsafe_allow_html=True)
|
154 |
obj_0.success("PDF file uploader")
|