Gregoryjr commited on
Commit
596ea97
·
unverified ·
1 Parent(s): be6580d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
- st.title("Milestone #2")
5
  text = st.text_input("Enter a statement")
6
 
7
  options = ["zero-shot-classification", "cardiffnlp/twitter-roberta-base-offensive"]
 
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
+ st.title("Milestone #2 offensive statement prediction")
5
  text = st.text_input("Enter a statement")
6
 
7
  options = ["zero-shot-classification", "cardiffnlp/twitter-roberta-base-offensive"]