traveler514 commited on
Commit
4b6a47b
·
1 Parent(s): 81a794d

update name

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -8,8 +8,9 @@ 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
  '<span style="color: #14e166">PATCH</span> ' + \
12
- '<span style="color: #14e166">O</span>bserving ' + \
13
  'and ' + \
14
  '<span style="color: #14e166">U</span>ntang<span style="color: #14e166">l</span>ing ' + \
15
  'Eng<span style="color: #14e166">i</span>ne' + \
 
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' + \