Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,8 @@ game_responses = [
|
|
30 |
"We need to capture the objective now!",
|
31 |
"Healing incoming, stay close!",
|
32 |
"I got eliminated, need a revive!",
|
33 |
-
"Nice strategy, let's keep it up!"
|
|
|
34 |
]
|
35 |
|
36 |
# Function for classification
|
|
|
30 |
"We need to capture the objective now!",
|
31 |
"Healing incoming, stay close!",
|
32 |
"I got eliminated, need a revive!",
|
33 |
+
"Nice strategy, let's keep it up!",
|
34 |
+
"You are a Fucking Bastard",
|
35 |
]
|
36 |
|
37 |
# Function for classification
|