Update app.py
Browse files
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'):
|