Skip to content

Commit

Permalink
Change map height
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Oct 8, 2023
1 parent 5a7f89f commit 3096e30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/02_inspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ def Page():
Map.element(
center=[40, -100],
zoom=4,
height="800px",
height="600px",
)
2 changes: 1 addition & 1 deletion pages/03_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ def Page():
Map.element(
center=[40, -100],
zoom=4,
height="800px",
height="600px",
)
2 changes: 1 addition & 1 deletion pages/04_split_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ def Page():
Map.element(
center=[40, -100],
zoom=4,
height="800px",
height="600px",
)

0 comments on commit 3096e30

Please sign in to comment.