sgs0101 commited on
Commit
0424b1d
·
verified ·
1 Parent(s): 40b2853

Update app.py

Browse files

Removed self from the input argument of display_youtube_trends

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def get_trending_videos() -> list[dict]:
53
  return None
54
 
55
  @tool
56
- def display_youtube_trends(self) -> None:
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
  """