Spaces:
Sleeping
Sleeping
Commit
·
99d0243
1
Parent(s):
c40784e
Update run.py
Browse files
run.py
CHANGED
@@ -15,7 +15,7 @@ st.markdown("""
|
|
15 |
|
16 |
# geemap.set_proxy(33210)
|
17 |
|
18 |
-
row1_col1, row1_col2, row1_col3 = st.columns()
|
19 |
|
20 |
Map = geemap.Map()
|
21 |
|
@@ -99,7 +99,7 @@ with row1_col2:
|
|
99 |
Map.addLayer(water, {'min': 0, 'max':1, 'palette': '0905ff'}, name='water',opacity=0.7)
|
100 |
st.markdown("", unsafe_allow_html=True)
|
101 |
st.markdown("👍 you can follow the WeChat public account [45度科研人] and leave me a message!", unsafe_allow_html=True)
|
102 |
-
st.markdown("""<div align=center><img width = '
|
103 |
|
104 |
with row1_col1:
|
105 |
|
|
|
15 |
|
16 |
# geemap.set_proxy(33210)
|
17 |
|
18 |
+
row1_col1, row1_col2, row1_col3 = st.columns([6, 2,1])
|
19 |
|
20 |
Map = geemap.Map()
|
21 |
|
|
|
99 |
Map.addLayer(water, {'min': 0, 'max':1, 'palette': '0905ff'}, name='water',opacity=0.7)
|
100 |
st.markdown("", unsafe_allow_html=True)
|
101 |
st.markdown("👍 you can follow the WeChat public account [45度科研人] and leave me a message!", unsafe_allow_html=True)
|
102 |
+
st.markdown("""<div align=center><img width = '150' height ='150' src ="https://dunazo.oss-cn-beijing.aliyuncs.com/blog/wechat-simple.png"/></div>""", unsafe_allow_html=True)
|
103 |
|
104 |
with row1_col1:
|
105 |
|