Spaces:
Sleeping
Sleeping
onfarmview
commited on
Commit
·
1e00944
1
Parent(s):
d133030
first time
Browse files
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
|
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 |
|