Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,8 +12,8 @@ from Gradio_UI import GradioUI
|
|
| 12 |
def my_cutom_tool(animal_category: str) -> str: #it's import to specify the return type
|
| 13 |
""" A tool that provides a random fun fact about animals.
|
| 14 |
|
| 15 |
-
|
| 16 |
-
|
| 17 |
"""
|
| 18 |
animal_facts = {
|
| 19 |
'mammals': [
|
|
|
|
| 12 |
def my_cutom_tool(animal_category: str) -> str: #it's import to specify the return type
|
| 13 |
""" A tool that provides a random fun fact about animals.
|
| 14 |
|
| 15 |
+
Args:
|
| 16 |
+
animal_category: The category of animal (e.g., 'mammals', 'birds', 'reptiles')
|
| 17 |
"""
|
| 18 |
animal_facts = {
|
| 19 |
'mammals': [
|