Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,6 @@ from Gradio_UI import GradioUI
|
|
10 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
11 |
@tool
|
12 |
def is_leap_year(year:str)-> str: #it's import to specify the return type
|
13 |
-
#Keep this format for the description / args / args description but feel free to modify the tool
|
14 |
"""A tool that judges whether the year is a leap year
|
15 |
Args:
|
16 |
year: A string representing a year needed to be judged, (e.g., '1956').
|
|
|
10 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
11 |
@tool
|
12 |
def is_leap_year(year:str)-> str: #it's import to specify the return type
|
|
|
13 |
"""A tool that judges whether the year is a leap year
|
14 |
Args:
|
15 |
year: A string representing a year needed to be judged, (e.g., '1956').
|