Spaces:
Sleeping
Sleeping
Update appStore/vulnerability_analysis.py
Browse files
appStore/vulnerability_analysis.py
CHANGED
@@ -130,7 +130,7 @@ def vulnerability_display():
|
|
130 |
st.write("df_label_count")
|
131 |
|
132 |
# Bar chart
|
133 |
-
fig = px.bar(
|
134 |
x='Label',
|
135 |
y='Count',
|
136 |
title='How many references have been found to each group?',
|
|
|
130 |
st.write("df_label_count")
|
131 |
|
132 |
# Bar chart
|
133 |
+
fig = px.bar(df_label_count,
|
134 |
x='Label',
|
135 |
y='Count',
|
136 |
title='How many references have been found to each group?',
|