RobCaamano commited on
Commit
4c23b4e
1 Parent(s): f83600d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,8 +11,8 @@ demo_options = {
11
  "Non-toxic": "Had a wonderful weekend at the park. Enjoyed the beautiful weather!",
12
  "Obscene": "I don't give a fuck about your opinion",
13
  "Threat": "I will find and kill you",
14
- "Insult": "Are you always this incompetent?",
15
- "Identity Hate": "Gays are disgusting. It's just my opinion but gays are disgusting.",
16
  }
17
 
18
  selected_demo = st.selectbox("Demos", options=list(demo_options.keys()))
 
11
  "Non-toxic": "Had a wonderful weekend at the park. Enjoyed the beautiful weather!",
12
  "Obscene": "I don't give a fuck about your opinion",
13
  "Threat": "I will find and kill you",
14
+ "Insult": "You are so stupid",
15
+ "Identity Hate": "I hate gay people. Its just my opinion.",
16
  }
17
 
18
  selected_demo = st.selectbox("Demos", options=list(demo_options.keys()))