The-Adnan-Syed commited on
Commit
0473796
·
verified ·
1 Parent(s): b2cf701

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ st.set_page_config(page_title="Stress Classification",layout="wide")
8
  st.markdown("<h1 style='font-size:40px;color:darkred;text-align:center'>Stress Categorization Using BERT Algorithm</h1>",unsafe_allow_html=True)
9
 
10
 
11
- st.markdown("<h2 style='font-size:30px;color:black;'>Enter your concern</h2>")
12
  posts = st.text_area("")
13
 
14
  if st.button("Predict"):
 
8
  st.markdown("<h1 style='font-size:40px;color:darkred;text-align:center'>Stress Categorization Using BERT Algorithm</h1>",unsafe_allow_html=True)
9
 
10
 
11
+ st.markdown("<h2 style='font-size:30px;color:black;'>Enter your concern</h2>",unsafe_allow_html=True)
12
  posts = st.text_area("")
13
 
14
  if st.button("Predict"):