onfarmview commited on
Commit
d133030
·
1 Parent(s): 2f2ee27

first time

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -64,8 +64,8 @@ st.markdown(histats_code, unsafe_allow_html=True)
64
 
65
 
66
  m = leafmap.Map()
67
- m.center = [-40.9006, 174.8860] # Coordinates for New Zealand
68
- m.zoom = 10
69
  m.to_streamlit(height=700)
70
 
71
 
 
64
 
65
 
66
  m = leafmap.Map()
67
+ m = leafmap.Map(center=[-40.9006, 174.8860], zoom=7, tiles="New Zealand")
68
+
69
  m.to_streamlit(height=700)
70
 
71