Spaces:
Running
Running
kuroiikimono
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,8 @@ def main():
|
|
106 |
|
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 |
|
|
|
106 |
|
107 |
obj_0 = st.empty()
|
108 |
obj_1 = st.empty()
|
109 |
+
|
110 |
+
st.title("PDF file Translator")
|
111 |
obj_0.success("PDF file uploader")
|
112 |
st.markdown(f"The remote ip is `{get_remote_ip()}`")
|
113 |
|