Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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": "
|
105 |
-
"mad":"
|
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": "
|
109 |
-
"crazy": "
|
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():
|