dxvina-08 commited on
Commit
340f28b
·
verified ·
1 Parent(s): b9a1088

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -105,8 +105,8 @@ def get_youtube_playlist(question):
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
- "it_girl": "Here is a playlist for when you are feeling your best and are confident:https://www.youtube.com/playlist?list=PLPE5bssIbSTlPeSO5BbhKiQZ1RXVCz-id"
109
- }
110
 
111
  for keyword, link in keyword_links.items():
112
  if keyword in question.lower():
 
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():