Spaces:
Sleeping
Sleeping
tweaks
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ year = st.slider("Select a year", min_value=1988, max_value=2024, value=2022, st
|
|
19 |
|
20 |
|
21 |
import leafmap.maplibregl as leafmap
|
22 |
-
m = leafmap.Map(style="positron")
|
23 |
|
24 |
url = "https://huggingface.co/datasets/boettiger-lab/landvote/resolve/main/vote.pmtiles"
|
25 |
|
|
|
19 |
|
20 |
|
21 |
import leafmap.maplibregl as leafmap
|
22 |
+
m = leafmap.Map(style="positron", center=(-100, 30), zoom=5)
|
23 |
|
24 |
url = "https://huggingface.co/datasets/boettiger-lab/landvote/resolve/main/vote.pmtiles"
|
25 |
|