Spaces:
Sleeping
Sleeping
Update app.py
Browse filesRemoved self from the input argument of display_youtube_trends
app.py
CHANGED
|
@@ -53,7 +53,7 @@ def get_trending_videos() -> list[dict]:
|
|
| 53 |
return None
|
| 54 |
|
| 55 |
@tool
|
| 56 |
-
def display_youtube_trends(
|
| 57 |
"""
|
| 58 |
Display the current YouTube trends in a formatted way.
|
| 59 |
"""
|
|
|
|
| 53 |
return None
|
| 54 |
|
| 55 |
@tool
|
| 56 |
+
def display_youtube_trends() -> None:
|
| 57 |
"""
|
| 58 |
Display the current YouTube trends in a formatted way.
|
| 59 |
"""
|