Spaces:
Sleeping
Sleeping
Update appStore/vulnerability_analysis.py
Browse files
appStore/vulnerability_analysis.py
CHANGED
@@ -141,6 +141,7 @@ def vulnerability_display():
|
|
141 |
|
142 |
# Exclude the "Other" group and all groups that do not have a label
|
143 |
df_bar_chart = df_label_count[df_label_count['Label'] != 'Other']
|
|
|
144 |
df_bar_chart = df_bar_chart[df_bar_chart['Count'] != 0]
|
145 |
|
146 |
# Bar chart
|
|
|
141 |
|
142 |
# Exclude the "Other" group and all groups that do not have a label
|
143 |
df_bar_chart = df_label_count[df_label_count['Label'] != 'Other']
|
144 |
+
st.write(df_bar_chart)
|
145 |
df_bar_chart = df_bar_chart[df_bar_chart['Count'] != 0]
|
146 |
|
147 |
# Bar chart
|