Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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) -> list[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
|