mtyrrell commited on
Commit
dbb81b7
·
1 Parent(s): 59ac39c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ with st.sidebar:
68
  st.session_state['model_sel_name'] = model_sel_name
69
 
70
  with st.container():
71
- st.markdown("<h2 style='text-align: center;'> Vulnerability Analysis 3.1 </h2>", unsafe_allow_html=True)
72
  st.write(' ')
73
 
74
  with st.expander("ℹ️ - About this app", expanded=False):
 
68
  st.session_state['model_sel_name'] = model_sel_name
69
 
70
  with st.container():
71
+ st.markdown("<h2 style='text-align: center;'> Vulnerability Analysis 3.1 - EVALUATION PIPELINE</h2>", unsafe_allow_html=True)
72
  st.write(' ')
73
 
74
  with st.expander("ℹ️ - About this app", expanded=False):