Gregoryjr commited on
Commit
70f481c
·
unverified ·
1 Parent(s): 49a821a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  from transformers import pipeline
3
 
4
  st.title("Milestone #2 offensive statement prediction with pre-trained models")
5
- st.write("in the basic demo you can select a model to judge whether or not the text below is offensive")
6
  text = "The mail man looks dumb"
7
  st.write(text)
8
 
 
2
  from transformers import pipeline
3
 
4
  st.title("Milestone #2 offensive statement prediction with pre-trained models")
5
+ st.write("in this basic demo you can select a model to judge whether or not the text below is offensive")
6
  text = "The mail man looks dumb"
7
  st.write(text)
8