rocky250 commited on
Commit
d21ca0a
·
verified ·
1 Parent(s): 543b058

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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;'>🇧🇩 BD Political Sentiment Analysis</h1>", unsafe_allow_html=True)
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])