Aivis commited on
Commit
4950a19
·
verified ·
1 Parent(s): ace5e37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ def get_song_lyrics(artist:str = "artist", song:str = "song") -> Dict[str, str]:
17
  Fetches the lyrics of a song from the lyrics.ovh API.
18
 
19
  Args:
20
- artist (str): The name of the artist. Defaults to "artist".
21
- song (str): The name of the song. Defaults to "song".
22
 
23
  Returns:
24
  Dict[str, str]: A dictionary containing either:
 
17
  Fetches the lyrics of a song from the lyrics.ovh API.
18
 
19
  Args:
20
+ artist: The name of the artist. Defaults to "artist".
21
+ song: The name of the song. Defaults to "song".
22
 
23
  Returns:
24
  Dict[str, str]: A dictionary containing either: