JunchuanYu commited on
Commit
e091e44
1 Parent(s): 50ba91c

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +4 -2
run.py CHANGED
@@ -7,8 +7,10 @@ import numpy as np
7
 
8
  st.set_page_config(page_title="TPL MAPPING",layout="wide")
9
 
10
- st.markdown("<h1 style='text-align: center;'>Lake Distribution Map of Tibet Plateau based on OTOP</h1>", unsafe_allow_html=True)
11
-
 
 
12
  # geemap.set_proxy(33210)
13
 
14
  row1_col1, row1_col2 = st.columns([4, 1])
 
7
 
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;'>YuJunchuan [jason.yu.mail@qq.com](jason.yu.mail@qq.com)</h3>
13
+ """, unsafe_allow_html=True)
14
  # geemap.set_proxy(33210)
15
 
16
  row1_col1, row1_col2 = st.columns([4, 1])