Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -8,12 +8,11 @@ from backend.inference import section_infer, cwe_infer, PREDEF_MODEL_MAP, LOCAL_
|
|
8 |
APP_TITLE = "PATCHOULI"
|
9 |
|
10 |
STYLE_APP_TITLE = '<div style="text-align: center; font-weight: bold; font-family: Arial, sans-serif; font-size: 44px;">' + \
|
|
|
11 |
'Security ' + \
|
12 |
-
'
|
13 |
-
'
|
14 |
-
'
|
15 |
-
'<span style="color: #14e166">U</span>ntang<span style="color: #14e166">l</span>ing ' + \
|
16 |
-
'Eng<span style="color: #14e166">i</span>ne' + \
|
17 |
'</div>'
|
18 |
|
19 |
# from 0.00 to 1.00, 41 colors
|
|
|
8 |
APP_TITLE = "PATCHOULI"
|
9 |
|
10 |
STYLE_APP_TITLE = '<div style="text-align: center; font-weight: bold; font-family: Arial, sans-serif; font-size: 44px;">' + \
|
11 |
+
'Fine-grained ' + \
|
12 |
'Security ' + \
|
13 |
+
'Patch ' + \
|
14 |
+
'Detection ' + \
|
15 |
+
'Engine' + \
|
|
|
|
|
16 |
'</div>'
|
17 |
|
18 |
# from 0.00 to 1.00, 41 colors
|