Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
21 |
-
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:
|