Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def define_mood(mood: str) -> str:
|
|
| 28 |
pre_mood = {
|
| 29 |
"happy":["happy", "joyful", "cheerful", "delighted", "pleased", "merry"],
|
| 30 |
"excited": ["excited", "enthusiastic", "energetic", "hyped"],
|
| 31 |
-
"sad": ["sad", "unhappy", "sorrowful", "gloomy", "down", "blue", "melancholic", "heartbroken", "low", "upset"],
|
| 32 |
"depressed": ["depressed", "miserable", "hopeless", "lonely", "broken", "devastated"],
|
| 33 |
"exhausted": ["tired", "exhausted", "sleepy", "drowsy", "fatigued", "drained", "weary", "worn out"]
|
| 34 |
}
|
|
|
|
| 28 |
pre_mood = {
|
| 29 |
"happy":["happy", "joyful", "cheerful", "delighted", "pleased", "merry"],
|
| 30 |
"excited": ["excited", "enthusiastic", "energetic", "hyped"],
|
| 31 |
+
"sad": ["sad", "unhappy", "sorrowful", "gloomy", "down", "blue", "melancholic", "heartbroken", "low", "upset", "annoyed"],
|
| 32 |
"depressed": ["depressed", "miserable", "hopeless", "lonely", "broken", "devastated"],
|
| 33 |
"exhausted": ["tired", "exhausted", "sleepy", "drowsy", "fatigued", "drained", "weary", "worn out"]
|
| 34 |
}
|