Commit
·
f83600d
1
Parent(s):
51a09b7
Update app.py
Browse files
app.py
CHANGED
@@ -9,11 +9,10 @@ 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": "
|
15 |
"Insult": "Are you always this incompetent?",
|
16 |
-
"Identity Hate": "
|
17 |
}
|
18 |
|
19 |
selected_demo = st.selectbox("Demos", options=list(demo_options.keys()))
|
|
|
9 |
|
10 |
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()))
|