danielle-losos commited on
Commit
6a4ab4e
·
verified ·
1 Parent(s): 305a7c7

Update pages/05_GOES_NBR.py

Browse files
Files changed (1) hide show
  1. 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 = geemap.Map.element(
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",