kuroiikimono
commited on
Commit
•
4c01c6e
1
Parent(s):
eeba130
Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ This translation app is useful for people who want to translate something or wan
|
|
134 |
<u>The untranslated data will be retained until the browser is closed, but once the app page is closed, the connection will be cut off and the data will be deleted.</u>:thought_balloon:
|
135 |
""", unsafe_allow_html=True)
|
136 |
obj_0.success("PDF file uploader")
|
137 |
-
st.markdown(f"The remote ip is `{get_remote_ip()}`")
|
138 |
|
139 |
uploaded_file = obj_1.file_uploader("UPLOAD your .pdf file", type="pdf")
|
140 |
####
|
|
|
134 |
<u>The untranslated data will be retained until the browser is closed, but once the app page is closed, the connection will be cut off and the data will be deleted.</u>:thought_balloon:
|
135 |
""", unsafe_allow_html=True)
|
136 |
obj_0.success("PDF file uploader")
|
137 |
+
# st.markdown(f"The remote ip is `{get_remote_ip()}`")
|
138 |
|
139 |
uploaded_file = obj_1.file_uploader("UPLOAD your .pdf file", type="pdf")
|
140 |
####
|