Spaces:
Sleeping
Sleeping
Update appStore/vulnerability_analysis.py
Browse files
appStore/vulnerability_analysis.py
CHANGED
|
@@ -16,6 +16,8 @@ from utils.preprocessing import paraLengthCheck
|
|
| 16 |
from io import BytesIO
|
| 17 |
import xlsxwriter
|
| 18 |
import plotly.express as px
|
|
|
|
|
|
|
| 19 |
|
| 20 |
|
| 21 |
# Declare all the necessary variables
|
|
|
|
| 16 |
from io import BytesIO
|
| 17 |
import xlsxwriter
|
| 18 |
import plotly.express as px
|
| 19 |
+
from utils.vulnerability_classifier import label_dict
|
| 20 |
+
|
| 21 |
|
| 22 |
|
| 23 |
# Declare all the necessary variables
|