The-Adnan-Syed commited on
Commit
36b30f2
·
verified ·
1 Parent(s): 3ed46e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
3
  import pandas as pd
4
  import joblib
5
 
6
- st.markdown("<h1 style='font-size:30px;color:darkred;'>Stress Categorization Using BERT Algorithm</h1>",unsafe_allow_html=True)
7
 
8
 
9
  posts = st.text_area("Enter your concern")
 
3
  import pandas as pd
4
  import joblib
5
 
6
+ st.markdown("<h1 style='font-size:40px;color:darkred;text-align:center'>Stress Categorization Using BERT Algorithm</h1>",unsafe_allow_html=True)
7
 
8
 
9
  posts = st.text_area("Enter your concern")