danielle-losos commited on
Commit
45d532d
·
verified ·
1 Parent(s): 85dc91c

changed zoom

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