kuroiikimono commited on
Commit
91a421b
·
verified ·
1 Parent(s): b6ae6a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ Even if the PDF file has many pages, there is no limit to the number of pages or
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`")
134
  st.markdown(f"The remote ip is `{get_remote_ip()}`")
135
 
136
  uploaded_file = obj_1.file_uploader("UPLOAD your .pdf file", type="pdf")
 
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()}`")
135
 
136
  uploaded_file = obj_1.file_uploader("UPLOAD your .pdf file", type="pdf")