Spaces:
Runtime error
Runtime error
Commit
·
7026a1b
1
Parent(s):
aa98996
use to cover
Browse files- biomap/streamlit_app.py +1 -1
biomap/streamlit_app.py
CHANGED
@@ -56,7 +56,7 @@ def app(model):
|
|
56 |
st.session_state["infered"] = False
|
57 |
|
58 |
st.markdown("<h1 style='text-align: center;'>🐢 Biomap by Ekimetrics 🐢</h1>", unsafe_allow_html=True)
|
59 |
-
st.markdown("<h2 style='text-align: center;'>Estimate Biodiversity score in the world with the help of land
|
60 |
st.markdown("<p style='text-align: center;'>The segmentation is an association of UNet and DinoV1 trained on the dataset CORINE.</p>", unsafe_allow_html=True)
|
61 |
st.markdown("<p style='text-align: center;'>Land use is divided into 6 differents classes :Each class is assigned a GBS score from 0 to 1</p>", unsafe_allow_html=True)
|
62 |
st.markdown("<p style='text-align: center;'>Buildings : 0.1 | Infrastructure : 0.1 | Cultivation : 0.4 | Wetland : 0.9 | Water : 0.9 | Natural green : 1 </p>", unsafe_allow_html=True)
|
|
|
56 |
st.session_state["infered"] = False
|
57 |
|
58 |
st.markdown("<h1 style='text-align: center;'>🐢 Biomap by Ekimetrics 🐢</h1>", unsafe_allow_html=True)
|
59 |
+
st.markdown("<h2 style='text-align: center;'>Estimate Biodiversity score in the world with the help of land cover.</h2>", unsafe_allow_html=True)
|
60 |
st.markdown("<p style='text-align: center;'>The segmentation is an association of UNet and DinoV1 trained on the dataset CORINE.</p>", unsafe_allow_html=True)
|
61 |
st.markdown("<p style='text-align: center;'>Land use is divided into 6 differents classes :Each class is assigned a GBS score from 0 to 1</p>", unsafe_allow_html=True)
|
62 |
st.markdown("<p style='text-align: center;'>Buildings : 0.1 | Infrastructure : 0.1 | Cultivation : 0.4 | Wetland : 0.9 | Water : 0.9 | Natural green : 1 </p>", unsafe_allow_html=True)
|