Spaces:
Running
Running
Format code
Browse files- 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}")
|