cboettig commited on
Commit
e338567
1 Parent(s): 9b08bdb
Files changed (1) hide show
  1. app.py +1 -1
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