Spaces:
Sleeping
Sleeping
Update pages/05_GOES_NBR.py
Browse files- pages/05_GOES_NBR.py +1 -1
pages/05_GOES_NBR.py
CHANGED
@@ -85,7 +85,7 @@ def Page():
|
|
85 |
|
86 |
# Isolation is required to prevent the map from overlapping navigation (when screen width < 960px)
|
87 |
with solara.Column(style={"isolation": "isolate"}):
|
88 |
-
map_widget =
|
89 |
center=[39, -120.5],
|
90 |
zoom=8,
|
91 |
height="600px",
|
|
|
85 |
|
86 |
# Isolation is required to prevent the map from overlapping navigation (when screen width < 960px)
|
87 |
with solara.Column(style={"isolation": "isolate"}):
|
88 |
+
map_widget = Map.element(
|
89 |
center=[39, -120.5],
|
90 |
zoom=8,
|
91 |
height="600px",
|