Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,8 +38,7 @@ ZODIAC_SIGNS = [
|
|
38 |
]
|
39 |
|
40 |
# Moon phase boundaries (0° to 360° phase angle) for display purposes
|
41 |
-
MOON_PHASES =
|
42 |
-
[
|
43 |
("New Moon", 0, 45),
|
44 |
("Waxing Crescent", 45, 90),
|
45 |
("First Quarter", 90, 135),
|
|
|
38 |
]
|
39 |
|
40 |
# Moon phase boundaries (0° to 360° phase angle) for display purposes
|
41 |
+
MOON_PHASES = [
|
|
|
42 |
("New Moon", 0, 45),
|
43 |
("Waxing Crescent", 45, 90),
|
44 |
("First Quarter", 90, 135),
|