Eunchan Lee commited on
Commit
d19a175
1 Parent(s): 878dc62
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -48,7 +48,8 @@ if submit_button:
48
  output_text = summarizer_gen(summarizer, text_input, 150, 5)
49
 
50
 
51
- st.markdown("### Outputs are here !: " + output_text)
 
52
 
53
  st.success("ALL DONE!")
54
  st.balloons()
 
48
  output_text = summarizer_gen(summarizer, text_input, 150, 5)
49
 
50
 
51
+ st.markdown("### Outputs are here !: ")
52
+ st.text_area(output_text)
53
 
54
  st.success("ALL DONE!")
55
  st.balloons()