saayedalam commited on
Commit
2024bb1
·
verified ·
1 Parent(s): e6ad56d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Genius_Lyrics")
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.