Spaces:
Sleeping
Sleeping
Fix argument desc
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def sunrise_sunset_tool(lat:str, lng:str)-> str: #it's import to specify the ret
|
|
| 15 |
"""A tool that returns sunrise and sunset times for location specified by latitude and longitude
|
| 16 |
Args:
|
| 17 |
lat: A string representing location latitude
|
| 18 |
-
|
| 19 |
"""
|
| 20 |
try:
|
| 21 |
sunrise = "7:27:02 AM"
|
|
|
|
| 15 |
"""A tool that returns sunrise and sunset times for location specified by latitude and longitude
|
| 16 |
Args:
|
| 17 |
lat: A string representing location latitude
|
| 18 |
+
lng: A string representing location longitude
|
| 19 |
"""
|
| 20 |
try:
|
| 21 |
sunrise = "7:27:02 AM"
|