Spaces:
Running
Running
Update app.py
Browse files
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")
|