yvesJR-237 commited on
Commit
20bd19a
·
verified ·
1 Parent(s): 24faa6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -216,8 +216,8 @@ with tab3:
216
  outputs = 'Unable to translate, please Retry ...'
217
  if translation:
218
  outputs = translation[0]['translation_text']
219
- st.subheader("Final Translation:")
220
- st.write(translation)
221
  else:
222
  st.info("Unable to translate the text. Please try to refresh")
223
  if st.button('Refresh'):
 
216
  outputs = 'Unable to translate, please Retry ...'
217
  if translation:
218
  outputs = translation[0]['translation_text']
219
+ # st.subheader("Final Translation:")
220
+ # st.write(translation)
221
  else:
222
  st.info("Unable to translate the text. Please try to refresh")
223
  if st.button('Refresh'):