ehsaangh commited on
Commit
478c20a
·
verified ·
1 Parent(s): 15e5c28

update pp.py resovling an issue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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:int)-> 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.
 
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.