MichaelP719 commited on
Commit
5935708
·
verified ·
1 Parent(s): 02bb6ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def find_similar_songs(query: str)-> str:
17
  Args:
18
  query: the song or artist that the user would like to find songs or artists similar to
19
  """
20
- saerch_terms = f"songs like {query} or if you like {query}."
21
  results = ddg(search_terms)
22
 
23
  if not results:
 
17
  Args:
18
  query: the song or artist that the user would like to find songs or artists similar to
19
  """
20
+ search_terms = f"songs like {query} or if you like {query}."
21
  results = ddg(search_terms)
22
 
23
  if not results: