Xu Ma commited on
Commit
74a311b
1 Parent(s): f11aace

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -317,22 +317,27 @@ def main(args):
317
  # examples
318
  examples = [
319
  [
 
320
  "./examples/1.png",
321
  "add [1, 1, 1, 1, 1] total 5 paths",
322
  ],
323
  [
 
324
  "./examples/2.png",
325
  "add [1, 1, 1, 1, 1] total 5 paths",
326
  ],
327
  [
 
328
  "./examples/3.jpg",
329
  "add [1,2,4,8,16,32, ...] total 128 paths",
330
  ],
331
  [
 
332
  "./examples/4.png",
333
  "add [1,2,4,8,16,32, ...] total 256 paths",
334
  ],
335
  [
 
336
  "./examples/5.png",
337
  "add [1, 1, 1, 1, 1] total 5 paths",
338
  ],
 
317
  # examples
318
  examples = [
319
  [
320
+ None,
321
  "./examples/1.png",
322
  "add [1, 1, 1, 1, 1] total 5 paths",
323
  ],
324
  [
325
+ None,
326
  "./examples/2.png",
327
  "add [1, 1, 1, 1, 1] total 5 paths",
328
  ],
329
  [
330
+ None,
331
  "./examples/3.jpg",
332
  "add [1,2,4,8,16,32, ...] total 128 paths",
333
  ],
334
  [
335
+ None,
336
  "./examples/4.png",
337
  "add [1,2,4,8,16,32, ...] total 256 paths",
338
  ],
339
  [
340
+ None,
341
  "./examples/5.png",
342
  "add [1, 1, 1, 1, 1] total 5 paths",
343
  ],