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