kushan98 commited on
Commit
9b12195
1 Parent(s): 5f8f43f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -11,6 +11,9 @@ def summarize_text(text):
11
  return sentiment_label, sentiment_score
12
 
13
  def main():
 
 
 
14
  st.image("https://huggingface.co/spaces/kushan98/comment_review/resolve/main/cs_img.jpg")
15
  user_input = st.text_area("Input your Sentiment")
16
  if st.button("Analyze Sentiment"):
 
11
  return sentiment_label, sentiment_score
12
 
13
  def main():
14
+ st.markdown(
15
+ "<center><h1>🤪Human moderator😡</h1>",
16
+ unsafe_allow_html=True)
17
  st.image("https://huggingface.co/spaces/kushan98/comment_review/resolve/main/cs_img.jpg")
18
  user_input = st.text_area("Input your Sentiment")
19
  if st.button("Analyze Sentiment"):