kuroiikimono commited on
Commit
7dcbb79
·
verified ·
1 Parent(s): f694baf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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
- st.title("PDF file Translator")
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