Spaces:
Sleeping
Sleeping
title
Browse files
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):
|