leavoigt commited on
Commit
a38badf
1 Parent(s): b719e26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):