JunchuanYu commited on
Commit
972c9ce
β€’
1 Parent(s): 68b2737

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +4 -4
run.py CHANGED
@@ -8,13 +8,13 @@ import numpy as np
8
  st.set_page_config(page_title="TPL MAPPING",layout="wide")
9
 
10
  st.markdown("""
11
- <h1 style='text-align: center;'>Lake Distribution map of Tibet Plateau πŸ”οΈ</h1>
12
- <h3 style='text-align: center;'><font color=Blue>YuJunchuan </font>(AGRS)</h3>
13
  <br/>
14
 
15
  """, unsafe_allow_html=True)
16
 
17
- row1_col1, row1_col2, row1_col3 = st.columns([6, 2,2])
18
 
19
  Map = geemap.Map()
20
 
@@ -102,5 +102,5 @@ with row1_col2:
102
 
103
 
104
  with row1_col1:
105
- Map.to_streamlit(height=750)
106
 
 
8
  st.set_page_config(page_title="TPL MAPPING",layout="wide")
9
 
10
  st.markdown("""
11
+ <h2 style='text-align: center;'>Lake Distribution map of Tibet Plateau πŸ”οΈ</h2>
12
+ <h4 style='text-align: center;'><font color=Blue>YuJunchuan </font>(AGRS)</h4>
13
  <br/>
14
 
15
  """, unsafe_allow_html=True)
16
 
17
+ row1_col1, row1_col2, row1_col3 = st.columns([6, 1,1])
18
 
19
  Map = geemap.Map()
20
 
 
102
 
103
 
104
  with row1_col1:
105
+ Map.to_streamlit(weight=800,height=700)
106