Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ if 'key0' in st.session_state:
|
|
128 |
their respective labels in the table below.</div>""", unsafe_allow_html=True)
|
129 |
|
130 |
with col2:
|
131 |
-
|
132 |
# ### Pie chart
|
133 |
|
134 |
# ## Create a df that stores all the labels
|
@@ -154,7 +154,7 @@ if 'key0' in st.session_state:
|
|
154 |
# st.plotly_chart(fig, use_container_width=True)
|
155 |
|
156 |
# ### Table
|
157 |
-
st.table(df_vul[df_vul['Vulnerability Label'] != 'Other'])
|
158 |
|
159 |
# vulnerability_analysis.vulnerability_display()
|
160 |
# elif topic == 'Action':
|
|
|
128 |
their respective labels in the table below.</div>""", unsafe_allow_html=True)
|
129 |
|
130 |
with col2:
|
131 |
+
st.table(df_vul[df_vul['Vulnerability Label'] != 'Other'])
|
132 |
# ### Pie chart
|
133 |
|
134 |
# ## Create a df that stores all the labels
|
|
|
154 |
# st.plotly_chart(fig, use_container_width=True)
|
155 |
|
156 |
# ### Table
|
157 |
+
#st.table(df_vul[df_vul['Vulnerability Label'] != 'Other'])
|
158 |
|
159 |
# vulnerability_analysis.vulnerability_display()
|
160 |
# elif topic == 'Action':
|