traveler514 commited on
Commit
ff7842e
·
verified ·
1 Parent(s): 4b6a47b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
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
- '<span style="color: #14e166">PATCH</span> ' + \
13
- 'Detecti<span style="color: #14e166">o</span>n ' + \
14
- 'and ' + \
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