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

first time

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,8 +63,8 @@ histats_code = """
63
  st.markdown(histats_code, unsafe_allow_html=True)
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
 
 
63
  st.markdown(histats_code, unsafe_allow_html=True)
64
 
65
 
66
+ # m = leafmap.Map()
67
+ m = leafmap.Map(center=[-40.9006, 174.8860], zoom=7)
68
 
69
  m.to_streamlit(height=700)
70