Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ with st.sidebar:
|
|
28 |
st.session_state['model_sel_name'] = model_sel_name
|
29 |
|
30 |
with st.container():
|
31 |
-
st.markdown("<h2 style='text-align: center;'> Vulnerability Analysis </h2>", unsafe_allow_html=True)
|
32 |
st.write(' ')
|
33 |
|
34 |
with st.expander("ℹ️ - About this app", expanded=False):
|
|
|
28 |
st.session_state['model_sel_name'] = model_sel_name
|
29 |
|
30 |
with st.container():
|
31 |
+
st.markdown("<h2 style='text-align: center;'> Climate Vulnerability Analysis </h2>", unsafe_allow_html=True)
|
32 |
st.write(' ')
|
33 |
|
34 |
with st.expander("ℹ️ - About this app", expanded=False):
|