kuroiikimono
commited on
Commit
β’
eca5fef
1
Parent(s):
56703c4
Update app.py
Browse files
app.py
CHANGED
@@ -150,6 +150,9 @@ Similarly, the translation of the original text is followed by a `π` : frog m
|
|
150 |
|
151 |
π00001-0;
|
152 |
|
|
|
|
|
|
|
153 |
""", unsafe_allow_html=True)
|
154 |
obj_0.success("PDF file uploader")
|
155 |
# st.markdown(f"The remote ip is `{get_remote_ip()}`")
|
|
|
150 |
|
151 |
π00001-0;
|
152 |
|
153 |
+
π§ͺTips : If you have a text editor with a pattern replacement function, you can instantly replace all lines that start with `:::info` and contain only `:::` with blank lines.
|
154 |
+
Try searching Google for keywords such as `grep and replace`.
|
155 |
+
|
156 |
""", unsafe_allow_html=True)
|
157 |
obj_0.success("PDF file uploader")
|
158 |
# st.markdown(f"The remote ip is `{get_remote_ip()}`")
|