ibrahim yıldız commited on
Commit
cae7f30
·
verified ·
1 Parent(s): 1e5f285

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -62,11 +62,11 @@ def main():
62
 
63
  # Use the same to draw a few rings for Saturn
64
  traces_rings_saturn = [
65
- orbits(10, distance_from_sun[6], '#827962', 3),
66
- orbits(11, distance_from_sun[6], '#827962', 3),
67
- orbits(12, distance_from_sun[6], '#827962', 3),
68
- orbits(13, distance_from_sun[6], '#827962', 3),
69
- orbits(14, distance_from_sun[6], '#827962', 3)
70
  ]
71
 
72
  layout=go.Layout(
 
62
 
63
  # Use the same to draw a few rings for Saturn
64
  traces_rings_saturn = [
65
+ orbits(15, distance_from_sun[6], '#827962', 3),
66
+ orbits(16, distance_from_sun[6], '#827962', 3),
67
+ orbits(17, distance_from_sun[6], '#827962', 3),
68
+ orbits(18, distance_from_sun[6], '#827962', 3),
69
+ orbits(19, distance_from_sun[6], '#827962', 3)
70
  ]
71
 
72
  layout=go.Layout(