Spaces:
Running
Running
kuroiikimono
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ def main():
|
|
107 |
obj_0 = st.empty()
|
108 |
obj_1 = st.empty()
|
109 |
|
110 |
-
obj_0.success("
|
111 |
st.markdown(f"The remote ip is `{get_remote_ip()}`")
|
112 |
|
113 |
uploaded_file = obj_1.file_uploader("UPLOAD your .pdf file", type="pdf")
|
|
|
107 |
obj_0 = st.empty()
|
108 |
obj_1 = st.empty()
|
109 |
|
110 |
+
obj_0.success("PDF file uploader")
|
111 |
st.markdown(f"The remote ip is `{get_remote_ip()}`")
|
112 |
|
113 |
uploaded_file = obj_1.file_uploader("UPLOAD your .pdf file", type="pdf")
|