Spaces:
No application file
No application file
Commit ·
e60daa6
1
Parent(s): 3b33416
Rename app.py to run.py
Browse files- app.py → run.py +9 -1
app.py → run.py
RENAMED
|
@@ -7,7 +7,15 @@ 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 |
|
|
|
|
| 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 based on OTOP</h1>
|
| 12 |
+
<h3 style='text-align: center;'>YuJunchuan (jason.yu.mail@qq.com)</h3>
|
| 13 |
+
|
| 14 |
+
Sentinel-2 is used as the data, and 8-band images are used as training data (B4, B3, B2, B8, B11, B12, MNDWI, SDWI). The model uses a multi-scale deep neural network model based on transfer learning, and is implemented using otop technology
|
| 15 |
+
"""
|
| 16 |
+
)
|
| 17 |
+
|
| 18 |
+
"<h1 style='text-align: center;'>Lake distribution map of Tibet Plateau based on OTOP</h1>", unsafe_allow_html=True)
|
| 19 |
|
| 20 |
# geemap.set_proxy(33210)
|
| 21 |
|