uncleMehrzad commited on
Commit
0b0edb9
·
verified ·
1 Parent(s): d5e51b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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: arg1: a verse of a song or words that are refrencing a song.
 
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: