Update app.py
Browse files
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:
|
| 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")
|