Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,11 +39,10 @@ ZODIAC_SIGNS = [
|
|
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),
|
46 |
-
|
47 |
("Waxing Gibbous", 135, 180),
|
48 |
("Full Moon", 180, 225),
|
49 |
("Waning Gibbous", 225, 270),
|
|
|
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),
|
|
|
46 |
("Waxing Gibbous", 135, 180),
|
47 |
("Full Moon", 180, 225),
|
48 |
("Waning Gibbous", 225, 270),
|