ddavydov commited on
Commit
c077798
·
verified ·
1 Parent(s): ed0a566

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from tools.web_search import DuckDuckGoSearchTool
10
  from Gradio_UI import GradioUI
11
 
12
  @tool
13
- def get_top_keywods_by_city(city: str, time: int)-> str[]:
14
  """A tool that returns a list with top 5 most popular things to do based on the city
15
  Args:
16
  city: A string representing a city
 
10
  from Gradio_UI import GradioUI
11
 
12
  @tool
13
+ def get_top_keywods_by_city(city: str, time: int)-> [str]:
14
  """A tool that returns a list with top 5 most popular things to do based on the city
15
  Args:
16
  city: A string representing a city