Spaces:
Sleeping
Sleeping
Update pages/05_GOES_NBR.py
Browse files- pages/05_GOES_NBR.py +1 -1
pages/05_GOES_NBR.py
CHANGED
@@ -38,7 +38,7 @@ def Page():
|
|
38 |
with solara.Column(style={"min-width": "500px"}):
|
39 |
Map.element(
|
40 |
center=[40, -100],
|
41 |
-
zoom=
|
42 |
height="600px",
|
43 |
)
|
44 |
|
|
|
38 |
with solara.Column(style={"min-width": "500px"}):
|
39 |
Map.element(
|
40 |
center=[40, -100],
|
41 |
+
zoom=5,
|
42 |
height="600px",
|
43 |
)
|
44 |
|