kowsiknd commited on
Commit
ae3507a
·
1 Parent(s): 338d8de
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ in the tweets. This model can be used by the social media platforms to detect th
12
  Huggingface provides an easy interfce to test the models before the use.
13
  """)
14
 
 
15
 
16
  text = st.text_input("Enter a tweet to classify it as either Normal or Abusive. (Press enter to submit)",
17
  value="I love DCNM course", max_chars=512, key=None, type="default",
 
12
  Huggingface provides an easy interfce to test the models before the use.
13
  """)
14
 
15
+ st.subheader("Play with the model")
16
 
17
  text = st.text_input("Enter a tweet to classify it as either Normal or Abusive. (Press enter to submit)",
18
  value="I love DCNM course", max_chars=512, key=None, type="default",