Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
|
|
| 21 |
return "What magic will you build ?"
|
| 22 |
|
| 23 |
@tool
|
| 24 |
-
def todays_date():
|
| 25 |
""" Returns the current date in the format of 'Month Day, Year'
|
| 26 |
|
| 27 |
Returns:
|
|
|
|
| 21 |
return "What magic will you build ?"
|
| 22 |
|
| 23 |
@tool
|
| 24 |
+
def todays_date() -> str:
|
| 25 |
""" Returns the current date in the format of 'Month Day, Year'
|
| 26 |
|
| 27 |
Returns:
|