RobCaamano
commited on
Commit
•
4c23b4e
1
Parent(s):
f83600d
Update app.py
Browse files
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": "
|
15 |
-
"Identity Hate": "
|
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()))
|