hackmebroo commited on
Commit
1d0add8
·
verified ·
1 Parent(s): 48d2b67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- """计算两个日期相差多少天 (YYYY-MM-DD).
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: 第二个日期.