jamesup commited on
Commit
636fde7
·
verified ·
1 Parent(s): 0753df2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from tools.final_answer import FinalAnswerTool
8
 
9
  from Gradio_UI import GradioUI
10
 
11
- # Below is an example of a tool that does nothing. Amaze us with your creativity !
12
  @tool
13
  def get_number_facts(numbers: list[int]) -> str:
14
  """A tool that gets an interesting fact about a given list of numbers
 
8
 
9
  from Gradio_UI import GradioUI
10
 
11
+
12
  @tool
13
  def get_number_facts(numbers: list[int]) -> str:
14
  """A tool that gets an interesting fact about a given list of numbers