Spaces:
Sleeping
Sleeping
Commit
·
e091e44
1
Parent(s):
50ba91c
Update run.py
Browse files
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("
|
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 [[email protected]]([email protected])</h3>
|
13 |
+
""", unsafe_allow_html=True)
|
14 |
# geemap.set_proxy(33210)
|
15 |
|
16 |
row1_col1, row1_col2 = st.columns([4, 1])
|