Tanchik commited on
Commit
935b6cc
·
verified ·
1 Parent(s): 44a645a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- # Args:
16
- # animal_category: The category of animal (e.g., 'mammals', 'birds', 'reptiles')
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': [