giswqs commited on
Commit
3301b08
·
1 Parent(s): 0b38ecd

Format code

Browse files
Files changed (1) hide show
  1. pages/01_leafmap.py +1 -1
pages/01_leafmap.py CHANGED
@@ -27,7 +27,7 @@ def Page():
27
  scroll_wheel_zoom=True,
28
  toolbar_ctrl=False,
29
  data_ctrl=False,
30
- height="780px"
31
  )
32
  # solara.Text(f"Zoom: {zoom.value}")
33
  # solara.Text(f"Center: {center.value}")
 
27
  scroll_wheel_zoom=True,
28
  toolbar_ctrl=False,
29
  data_ctrl=False,
30
+ height="780px",
31
  )
32
  # solara.Text(f"Zoom: {zoom.value}")
33
  # solara.Text(f"Center: {center.value}")