sotosbarl commited on
Commit
0def14f
·
verified ·
1 Parent(s): 579b0a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -78,6 +78,9 @@ if text:
78
  # st.text(st.session_state.history)
79
 
80
  translated_text2 = translator2.translate(out[0]['generated_text'])
 
 
 
81
  st.text(translated_text2)
82
 
83
  # with st.expander("View Full Output", expanded=False):
 
78
  # st.text(st.session_state.history)
79
 
80
  translated_text2 = translator2.translate(out[0]['generated_text'])
81
+ st.text(output)
82
+ st.text(output2)
83
+
84
  st.text(translated_text2)
85
 
86
  # with st.expander("View Full Output", expanded=False):