kuroiikimono commited on
Commit
aedff77
Β·
verified Β·
1 Parent(s): ff3990e

Update app.py

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