Spaces:
Sleeping
Sleeping
changed zoom
Browse files- pages/05_GOES_NBR.py +1 -1
pages/05_GOES_NBR.py
CHANGED
@@ -60,7 +60,7 @@ def Page():
|
|
60 |
with solara.Column(style={"min-width": "500px"}):
|
61 |
map_widget = Map.element(
|
62 |
center=[40, -100],
|
63 |
-
zoom=
|
64 |
height="600px",
|
65 |
)
|
66 |
|
|
|
60 |
with solara.Column(style={"min-width": "500px"}):
|
61 |
map_widget = Map.element(
|
62 |
center=[40, -100],
|
63 |
+
zoom=6,
|
64 |
height="600px",
|
65 |
)
|
66 |
|