leavoigt commited on
Commit
71d49f5
1 Parent(s): d35ed4f

Update appStore/vulnerability_analysis.py

Browse files
Files changed (1) hide show
  1. appStore/vulnerability_analysis.py +1 -1
appStore/vulnerability_analysis.py CHANGED
@@ -146,5 +146,5 @@ def vulnerability_display():
146
  st.plotly_chart(fig, use_container_width=True)
147
 
148
  # ### Table
149
- st.write(df_vul[df_vul['Vulnerability Label'].apply(lambda x: 'Other' not in x)])
150
 
 
146
  st.plotly_chart(fig, use_container_width=True)
147
 
148
  # ### Table
149
+ #st.write(df_vul[df_vul['Vulnerability Label'].apply(lambda x: 'Other' not in x)])
150