Ab sentiment
Browse files
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
|
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("""
|