leavoigt commited on
Commit
07cc67e
1 Parent(s): 0749ddb

Update appStore/vulnerability_analysis.py

Browse files
Files changed (1) hide show
  1. appStore/vulnerability_analysis.py +0 -1
appStore/vulnerability_analysis.py CHANGED
@@ -141,7 +141,6 @@ 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
- st.write(df_bar_chart)
145
  df_bar_chart = df_bar_chart.dropna(subset=['Count'])
146
 
147
 
 
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.dropna(subset=['Count'])
145
 
146