Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -103,11 +103,12 @@ def main():
|
|
103 |
st.session_state.lang = ""
|
104 |
if 'result' not in st.session_state:
|
105 |
st.session_state.result = ""
|
106 |
-
|
|
|
107 |
obj_0 = st.empty()
|
108 |
obj_1 = st.empty()
|
109 |
|
110 |
-
|
111 |
obj_0.success("PDF file uploader")
|
112 |
st.markdown(f"The remote ip is `{get_remote_ip()}`")
|
113 |
|
|
|
103 |
st.session_state.lang = ""
|
104 |
if 'result' not in st.session_state:
|
105 |
st.session_state.result = ""
|
106 |
+
|
107 |
+
apptitle = st.empty()
|
108 |
obj_0 = st.empty()
|
109 |
obj_1 = st.empty()
|
110 |
|
111 |
+
apptitle.title("PDF file Translator")
|
112 |
obj_0.success("PDF file uploader")
|
113 |
st.markdown(f"The remote ip is `{get_remote_ip()}`")
|
114 |
|