Spaces:
Sleeping
Sleeping
Update appStore/vulnerability_analysis.py
Browse files
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 |
|