Spaces:
Runtime error
Runtime error
Eunchan Lee
commited on
Commit
·
d19a175
1
Parent(s):
878dc62
ver4
Browse files
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 !: "
|
|
|
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()
|