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