Spaces:
Runtime error
Runtime error
Luis commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ def my_cutom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
|
|
| 21 |
def get_current_time_in_timezone(timezone: str) -> str:
|
| 22 |
"""Get the current time in the specified timezone.
|
| 23 |
|
| 24 |
-
|
| 25 |
timezone: The timezone name as a string (e.g., 'UTC', 'America/New_York', 'Europe/London')
|
| 26 |
|
| 27 |
Returns:
|
|
|
|
| 21 |
def get_current_time_in_timezone(timezone: str) -> str:
|
| 22 |
"""Get the current time in the specified timezone.
|
| 23 |
|
| 24 |
+
Args:
|
| 25 |
timezone: The timezone name as a string (e.g., 'UTC', 'America/New_York', 'Europe/London')
|
| 26 |
|
| 27 |
Returns:
|