Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -161,7 +161,7 @@ def get_detailed_prediction(text):
|
|
| 161 |
final_vote = max(set(votes), key=votes.count)
|
| 162 |
return final_vote, votes, avg_probs
|
| 163 |
|
| 164 |
-
st.markdown("<h1 style='text-align: center; margin-bottom: 10px;'>
|
| 165 |
|
| 166 |
with st.container():
|
| 167 |
col_input, col_action = st.columns([4, 1])
|
|
|
|
| 161 |
final_vote = max(set(votes), key=votes.count)
|
| 162 |
return final_vote, votes, avg_probs
|
| 163 |
|
| 164 |
+
st.markdown("<h1 style='text-align: center; margin-bottom: 10px;'>Political Sentiment Analysis</h1>", unsafe_allow_html=True)
|
| 165 |
|
| 166 |
with st.container():
|
| 167 |
col_input, col_action = st.columns([4, 1])
|