Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,8 @@ from bs4 import BeautifulSoup #for parsing
|
|
15 |
@tool
|
16 |
def find_the_song(arg1: str) -> str:
|
17 |
"""A tool that finds the song name, artist, Spotify URL, and lyrics based on a given verse.
|
18 |
-
Args:
|
|
|
19 |
"""
|
20 |
|
21 |
try:
|
|
|
15 |
@tool
|
16 |
def find_the_song(arg1: str) -> str:
|
17 |
"""A tool that finds the song name, artist, Spotify URL, and lyrics based on a given verse.
|
18 |
+
Args:
|
19 |
+
arg1: a verse of a song or words that are refrencing a song.
|
20 |
"""
|
21 |
|
22 |
try:
|