Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def get_billboard_hot_100_last_countdown() -> list:
|
|
60 |
return top_songs
|
61 |
|
62 |
@tool
|
63 |
-
def get_cat_picture_with_name():
|
64 |
"""A tool that searches the internet for a picture of a cat, downloads the first result, and displays it with a randomly generated name.
|
65 |
"""
|
66 |
import requests
|
|
|
60 |
return top_songs
|
61 |
|
62 |
@tool
|
63 |
+
def get_cat_picture_with_name() -> str:
|
64 |
"""A tool that searches the internet for a picture of a cat, downloads the first result, and displays it with a randomly generated name.
|
65 |
"""
|
66 |
import requests
|