leavoigt commited on
Commit
26699d4
1 Parent(s): b5de5f6

Update appStore/vulnerability_analysis.py

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