SergeyO7 commited on
Commit
246afff
·
verified ·
1 Parent(s): aca2d7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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),