CASLL commited on
Commit
6465e9c
1 Parent(s): ecf93cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,5 +13,5 @@ txt = st.text_area("Setença para traduzir:",)
13
  if st.button("Traduzir"):
14
  fr_txt = txt
15
  translation = translator(fr_txt)
16
- print(translation[0]['translation_text'])
17
 
 
13
  if st.button("Traduzir"):
14
  fr_txt = txt
15
  translation = translator(fr_txt)
16
+ st.write((translation[0]['translation_text']))
17