Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -104,9 +104,11 @@ def main():
|
|
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 |
obj_0.header("`PDF file uploader`")
|
111 |
st.markdown(f"The remote ip is `{get_remote_ip()}`")
|
112 |
|
|
|
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.header("PDF file Translator 𓁨", divider='gray')
|
112 |
obj_0.header("`PDF file uploader`")
|
113 |
st.markdown(f"The remote ip is `{get_remote_ip()}`")
|
114 |
|