Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ with st.sidebar:
|
|
54 |
add_upload(choice)
|
55 |
|
56 |
with st.container():
|
57 |
-
st.markdown("<h2 style='text-align: center;'> Vulnerability Analysis
|
58 |
st.write(' ')
|
59 |
|
60 |
with st.expander("ℹ️ - About this app", expanded=False):
|
|
|
54 |
add_upload(choice)
|
55 |
|
56 |
with st.container():
|
57 |
+
st.markdown("<h2 style='text-align: center;'> Vulnerability Analysis 3.0 </h2>", unsafe_allow_html=True)
|
58 |
st.write(' ')
|
59 |
|
60 |
with st.expander("ℹ️ - About this app", expanded=False):
|