leavoigt commited on
Commit
9dd52a1
1 Parent(s): ee173d8

Update appStore/vulnerability_analysis.py

Browse files
Files changed (1) hide show
  1. appStore/vulnerability_analysis.py +1 -0
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