kuroiikimono commited on
Commit
501f35e
·
verified ·
1 Parent(s): d74d243

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.:broken_heart:
131
- """)
132
 
133
  obj_0.header("`PDF file uploader` (1st step)")
134
  st.markdown(f"The remote ip is `{get_remote_ip()}`")
 
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>:broken_heart:
131
+ """, unsafe_allow_html=True)
132
 
133
  obj_0.header("`PDF file uploader` (1st step)")
134
  st.markdown(f"The remote ip is `{get_remote_ip()}`")