Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -181,7 +181,6 @@ def lon_to_sign(lon):
|
|
| 181 |
return f"{sign} {degrees}°{minutes}'"
|
| 182 |
|
| 183 |
# Function to calculate PLadder and zone sizes
|
| 184 |
-
@tool
|
| 185 |
def PLadder_ZSizes(date_time_iso: str):
|
| 186 |
"""
|
| 187 |
Calculate the planetary ladder and zone sizes for a given date and time.
|
|
|
|
| 181 |
return f"{sign} {degrees}°{minutes}'"
|
| 182 |
|
| 183 |
# Function to calculate PLadder and zone sizes
|
|
|
|
| 184 |
def PLadder_ZSizes(date_time_iso: str):
|
| 185 |
"""
|
| 186 |
Calculate the planetary ladder and zone sizes for a given date and time.
|