kuroiikimono commited on
Commit
60c8cde
1 Parent(s): 1e67e4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -127,8 +127,8 @@ This translation app is useful for people who want to translate something or wan
127
 
128
  Even if the PDF file has many pages, there is no limit to the number of pages or characters.
129
 
130
- 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.:thought_balloon:
131
- """)
132
  obj_0.success("PDF file uploader")
133
  st.markdown(f"The remote ip is `{get_remote_ip()}`")
134
 
 
127
 
128
  Even if the PDF file has many pages, there is no limit to the number of pages or characters.
129
 
130
+ <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:
131
+ """, unsafe_allow_html=True)
132
  obj_0.success("PDF file uploader")
133
  st.markdown(f"The remote ip is `{get_remote_ip()}`")
134