Eunchan Lee commited on
Commit
77c5edf
1 Parent(s): 3ce064f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ with st.spinner(' (3) / (3) Loading Pretraining Classifier'):
65
 
66
 
67
 
68
- st.write("Information")
69
  st.write("__Inputs__: Text your input article!!")
70
  st.write("__Outputs__: Summarizing output text by State-of-the-art NLP summarization Models! ")
71
 
 
65
 
66
 
67
 
68
+ st.markdown("### Information")
69
  st.write("__Inputs__: Text your input article!!")
70
  st.write("__Outputs__: Summarizing output text by State-of-the-art NLP summarization Models! ")
71