Spaces:
Sleeping
Sleeping
ibrahim yıldız
commited on
Update app.py
Browse files
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(
|
| 66 |
-
orbits(
|
| 67 |
-
orbits(
|
| 68 |
-
orbits(
|
| 69 |
-
orbits(
|
| 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(
|