Spaces:
Running
Running
Update app.py
Browse files
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:
|