kowsiknd commited on
Commit
cedf948
·
1 Parent(s): 924d16d

Ab sentiment

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ text = st.text_input("Enter a tweet to classify it as either Normal or Abusive.
21
  help=None, autocomplete=None)
22
  st.markdown(f"The tweet is classified as: **{classify(text)}**")
23
 
24
- st.markdown("Try out for abusive _Giving and taking dowry is crappy thing_")
25
 
26
  st.subheader("About the model")
27
  st.markdown("""
 
21
  help=None, autocomplete=None)
22
  st.markdown(f"The tweet is classified as: **{classify(text)}**")
23
 
24
+ st.markdown("Try out for abusive _Avatar is a crappy movie_")
25
 
26
  st.subheader("About the model")
27
  st.markdown("""