Spaces:
Sleeping
Sleeping
Restart
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from tools.final_answer import FinalAnswerTool
|
|
| 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
|
|
|
|
| 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
|