tavakkolsina commited on
Commit
308efcb
·
verified ·
1 Parent(s): b9c90b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
37
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
38
 
39
  @tool
40
- def count_html_tags(html_tag, url):
41
  """
42
  A tool that count occurrences of a specific HTML tag in a web page.
43
 
 
37
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
38
 
39
  @tool
40
+ def count_html_tags(html_tag: str, url: str):
41
  """
42
  A tool that count occurrences of a specific HTML tag in a web page.
43