Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ def get_song_lyrics(song_name:str, artist_name:str)-> str: #it's import to speci
|
|
| 18 |
artist_name: A string representing a valid name of a song.
|
| 19 |
"""
|
| 20 |
# Initialize the Genius API client with access token
|
| 21 |
-
genius = lyricsgenius.Genius("
|
| 22 |
|
| 23 |
# Setting some preferences
|
| 24 |
genius.remove_section_headers = True # Removes section headers like [Chorus], [Verse], etc.
|
|
|
|
| 18 |
artist_name: A string representing a valid name of a song.
|
| 19 |
"""
|
| 20 |
# Initialize the Genius API client with access token
|
| 21 |
+
genius = lyricsgenius.Genius("2kWJ8Wy72HT3T8qjkh__gGB3fAbCLtTbC68j1i9tvOM9DF9ikSr95wm-hOQLZq9_")
|
| 22 |
|
| 23 |
# Setting some preferences
|
| 24 |
genius.remove_section_headers = True # Removes section headers like [Chorus], [Verse], etc.
|