RSHVR commited on
Commit
c1ef000
·
verified ·
1 Parent(s): 8d4ca99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from typing import Optional
11
  from Gradio_UI import GradioUI
12
 
13
  @tool
14
- def get_pets_available_for_adoption(animal_type: Optional[str] = None, breed: Optional[str] = None):
15
  """A tool that finds the specified animal and breed from the Brampton Animal Shelter website.
16
 
17
  Args:
 
11
  from Gradio_UI import GradioUI
12
 
13
  @tool
14
+ def get_pets_available_for_adoption(animal_type: Optional[str] = None, breed: Optional[str] = None) -> str:
15
  """A tool that finds the specified animal and breed from the Brampton Animal Shelter website.
16
 
17
  Args: