Eileeen commited on
Commit
7a40a53
·
verified ·
1 Parent(s): acf795d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  }