Zengyf-CVer commited on
Commit
80cc235
1 Parent(s): 323ca06

v04 update

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. util/pdf_opt.py +1 -1
app.py CHANGED
@@ -606,7 +606,7 @@ def main(args):
606
  title=title,
607
  description=description,
608
  # article=article,
609
- examples=examples,
610
  # theme="seafoam",
611
  # live=True, # Change output in real time
612
  flagging_dir="run", # output directory
606
  title=title,
607
  description=description,
608
  # article=article,
609
+ # examples=examples,
610
  # theme="seafoam",
611
  # live=True, # Change output in real time
612
  flagging_dir="run", # output directory
util/pdf_opt.py CHANGED
@@ -45,7 +45,7 @@ class PDF(FPDF):
45
  self.set_fill_color(200, 220, 255)
46
  # Title
47
  # self.cell(0, 6, 'Chapter %d : %s' % (num, label), 0, 1, 'L', 1)
48
- self.cell(0, 6, "Test result:", 0, 1, "L", 1)
49
  # Line break
50
  self.ln(4)
51
 
45
  self.set_fill_color(200, 220, 255)
46
  # Title
47
  # self.cell(0, 6, 'Chapter %d : %s' % (num, label), 0, 1, 'L', 1)
48
+ self.cell(0, 6, "Detection Result:", 0, 1, "L", 1)
49
  # Line break
50
  self.ln(4)
51