kuroiikimono commited on
Commit
ea583ef
Β·
verified Β·
1 Parent(s): 517b0f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -106,11 +106,13 @@ def main():
106
  st.session_state.result = ""
107
 
108
  apptitle = st.empty()
 
109
  description = st.empty()
110
  obj_0 = st.empty()
111
  obj_1 = st.empty()
112
 
113
  apptitle.header("PDF file Translator π“†Š", divider="violet")
 
114
  description.write("""
115
  It's easy to use.:black_cat: Just upload, select the language, and download the resulting .zip file.:package:
116
 
 
106
  st.session_state.result = ""
107
 
108
  apptitle = st.empty()
109
+ langs = st.empty()
110
  description = st.empty()
111
  obj_0 = st.empty()
112
  obj_1 = st.empty()
113
 
114
  apptitle.header("PDF file Translator π“†Š", divider="violet")
115
+ langs.write('This App can translate to `Japanese`, `English`, `French`, `Chinese (traditional)`, `Chinese (simplified)`, `Russian`, `Korean`, `Vietnamese`, `Thai`, `Catalan`, `Sinhalese`, `Nepall`')
116
  description.write("""
117
  It's easy to use.:black_cat: Just upload, select the language, and download the resulting .zip file.:package:
118