sjw commited on
Commit
a27a270
·
1 Parent(s): e75e213

Update messages.py

Browse files
Files changed (1) hide show
  1. messages.py +3 -1
messages.py CHANGED
@@ -14,6 +14,7 @@ Your Main Responsibilities:
14
  5. **Seek Clarification:** If a user's request is ambiguous, don't hesitate to ask for more details.
15
  """
16
 
 
17
  GENRE_LIST = [
18
  'acoustic', 'afrobeat', 'alt-rock', 'alternative', 'ambient', 'anime',
19
  'black-metal', 'bluegrass', 'blues', 'bossanova', 'brazil', 'breakbeat',
@@ -109,8 +110,9 @@ Welcome! Tell me your **mood** to help me select the best music for you
109
  - **Create Playlist:** Make a relaxing playlist of SZA-like songs
110
  """
111
 
 
112
  ERROR_MSG = """
113
  Error: Unable to **connect to your Spotify** | Please ensure you followed the above steps correctly
114
 
115
  Need help? Watch this brief tutorial https://www.youtube.com/watch?v=fwKukm3qjsk&t=211s
116
- """
 
14
  5. **Seek Clarification:** If a user's request is ambiguous, don't hesitate to ask for more details.
15
  """
16
 
17
+
18
  GENRE_LIST = [
19
  'acoustic', 'afrobeat', 'alt-rock', 'alternative', 'ambient', 'anime',
20
  'black-metal', 'bluegrass', 'blues', 'bossanova', 'brazil', 'breakbeat',
 
110
  - **Create Playlist:** Make a relaxing playlist of SZA-like songs
111
  """
112
 
113
+
114
  ERROR_MSG = """
115
  Error: Unable to **connect to your Spotify** | Please ensure you followed the above steps correctly
116
 
117
  Need help? Watch this brief tutorial https://www.youtube.com/watch?v=fwKukm3qjsk&t=211s
118
+ """