Spaces:
Sleeping
Sleeping
update pp.py resovling an issue
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from Gradio_UI import GradioUI
|
|
| 9 |
search_tool = DuckDuckGoSearchTool()
|
| 10 |
|
| 11 |
@tool
|
| 12 |
-
def seasonal_activity_suggester(location:str, month:
|
| 13 |
"""A tool that suggests seasonal activities for a given location based on the current month.
|
| 14 |
Args:
|
| 15 |
location: The city or country for which to search activities.
|
|
|
|
| 9 |
search_tool = DuckDuckGoSearchTool()
|
| 10 |
|
| 11 |
@tool
|
| 12 |
+
def seasonal_activity_suggester(location:str, month:str)-> str:
|
| 13 |
"""A tool that suggests seasonal activities for a given location based on the current month.
|
| 14 |
Args:
|
| 15 |
location: The city or country for which to search activities.
|