Spaces:
Sleeping
Sleeping
moon phase update
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ from Gradio_UI import GradioUI
|
|
| 10 |
|
| 11 |
|
| 12 |
@tool
|
| 13 |
-
def get_moon_phase(date
|
| 14 |
"""
|
| 15 |
Calculates and returns the current moon phase.
|
| 16 |
|
|
|
|
| 10 |
|
| 11 |
|
| 12 |
@tool
|
| 13 |
+
def get_moon_phase(date: datetime.date) -> str:
|
| 14 |
"""
|
| 15 |
Calculates and returns the current moon phase.
|
| 16 |
|