dxvina-08 commited on
Commit
c7fa06d
·
verified ·
1 Parent(s): c6ff52d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -101,12 +101,12 @@ def get_youtube_playlist(question):
101
  """
102
  keyword_links = {
103
  "sad": "Sorry that you feel this way, I hope this playlist will comfort you: https://www.youtube.com/playlist?list=PLPE5bssIbSTm3odLzXrlfCXnmpll8pqBu",
104
- "happy": "Get hyped with this energetic Youtube playlist this upbeat Youtube playlist for when you're feeling happy: https://www.youtube.com/playlist?list=PLPE5bssIbSTnsN_-gd3-2sgHxm7i4CSSS",
105
- "mad":"Enjoy this energtic playlist when you are pressed:https://www.youtube.com/playlist?list=PLPE5bssIbSTnwU9lG7jdnuqzoKUKFbUGb",
106
  "chill": "Here is a playlist for a chill vibe: https://www.youtube.com/playlist?list=PLPE5bssIbSTkjkb4FfYcaI3tVtfE3IrAx",
107
  "delulu": "Here is a playlist for when you are yearning for someone or dealing with romance: https://www.youtube.com/playlist?list=PLPE5bssIbSTlfj8IbqgD2SRVh83Hs1TZG",
108
- "queen": "Here is a playlist for when you are feeling your best and are confident:https://www.youtube.com/playlist?list=PLPE5bssIbSTlPeSO5BbhKiQZ1RXVCz-id",
109
- "crazy": "Here is a playlist for when you are feeling a little delulu: https://www.youtube.com/playlist?list=PLPE5bssIbSTlfj8IbqgD2SRVh83Hs1TZG"}
110
 
111
  for keyword, link in keyword_links.items():
112
  if keyword in question.lower():
 
101
  """
102
  keyword_links = {
103
  "sad": "Sorry that you feel this way, I hope this playlist will comfort you: https://www.youtube.com/playlist?list=PLPE5bssIbSTm3odLzXrlfCXnmpll8pqBu",
104
+ "happy": "I'm so glad you feel this way, get hype to this upbeat playlist since you're feeling happy: https://www.youtube.com/playlist?list=PLPE5bssIbSTnsN_-gd3-2sgHxm7i4CSSS",
105
+ "mad":"It's important to let your anger out in a healthy manner, listen to this playlist that will help you when you are feeling pressed:https://www.youtube.com/playlist?list=PLPE5bssIbSTnwU9lG7jdnuqzoKUKFbUGb",
106
  "chill": "Here is a playlist for a chill vibe: https://www.youtube.com/playlist?list=PLPE5bssIbSTkjkb4FfYcaI3tVtfE3IrAx",
107
  "delulu": "Here is a playlist for when you are yearning for someone or dealing with romance: https://www.youtube.com/playlist?list=PLPE5bssIbSTlfj8IbqgD2SRVh83Hs1TZG",
108
+ "queen": "Yasss slayy here is a playlist for when you are feeling your best and are confident:https://www.youtube.com/playlist?list=PLPE5bssIbSTlPeSO5BbhKiQZ1RXVCz-id",
109
+ "crazy": "It's okay to feel a little crazy sometimes, you're not alone, listen to this delulu playlist: https://www.youtube.com/playlist?list=PLPE5bssIbSTlfj8IbqgD2SRVh83Hs1TZG"}
110
 
111
  for keyword, link in keyword_links.items():
112
  if keyword in question.lower():