Rob Caamano commited on
Commit
e0c3551
·
unverified ·
1 Parent(s): cf53edf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -8,12 +8,12 @@ from transformers import (
8
  st.title("Classifier")
9
 
10
  demo_options = {
11
- "non-toxic": "Had a wonderful weekend at the park. Enjoyed the beautiful weather!",
12
- "severe_toxic": "WIP",
13
- "obscene": "I don't give a fuck about your opinion",
14
- "threat": "WIP",
15
- "insult": "Are you always this incompetent?",
16
- "identity_hate": "WIP",
17
  }
18
 
19
  selected_demo = st.selectbox("Demos", options=list(demo_options.keys()))
 
8
  st.title("Classifier")
9
 
10
  demo_options = {
11
+ "Non-toxic": "Had a wonderful weekend at the park. Enjoyed the beautiful weather!",
12
+ "Severe-toxic": "WIP",
13
+ "Obscene": "I don't give a fuck about your opinion",
14
+ "Threat": "WIP",
15
+ "Insult": "Are you always this incompetent?",
16
+ "Identity Hate": "WIP",
17
  }
18
 
19
  selected_demo = st.selectbox("Demos", options=list(demo_options.keys()))