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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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