Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ 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 days_between_dates(date1: str, date2: str) -> str:
|
| 13 |
-
"""
|
| 14 |
Args:
|
| 15 |
date1: 第一个日期.
|
| 16 |
date2: 第二个日期.
|
|
|
|
| 10 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
| 11 |
@tool
|
| 12 |
def days_between_dates(date1: str, date2: str) -> str:
|
| 13 |
+
"""Calculates how many days are between two dates (YYYY-MM-DD).
|
| 14 |
Args:
|
| 15 |
date1: 第一个日期.
|
| 16 |
date2: 第二个日期.
|