Milhaud commited on
Commit
e376086
·
1 Parent(s): ce2da8a

Updated the rocket.svg file with new paths and circles for enhanced design.

Browse files
Files changed (4) hide show
  1. app.py +1 -1
  2. examples/bunny.svg +41 -0
  3. examples/rocket.svg +33 -35
  4. examples/whale.svg +0 -25
app.py CHANGED
@@ -585,7 +585,7 @@ example_list = {
585
  "Animals": [
586
  [os.path.join(os.path.dirname(__file__), "examples/corgi.svg"), "corgi"],
587
  [os.path.join(os.path.dirname(__file__), "examples/duck.svg"), "duck"],
588
- [os.path.join(os.path.dirname(__file__), "examples/whale.svg"), "whale"],
589
  ],
590
  "Objects": [
591
  [os.path.join(os.path.dirname(__file__), "examples/rocket.svg"), "rocket"]
 
585
  "Animals": [
586
  [os.path.join(os.path.dirname(__file__), "examples/corgi.svg"), "corgi"],
587
  [os.path.join(os.path.dirname(__file__), "examples/duck.svg"), "duck"],
588
+ [os.path.join(os.path.dirname(__file__), "examples/bunny.svg"), "bunny"],
589
  ],
590
  "Objects": [
591
  [os.path.join(os.path.dirname(__file__), "examples/rocket.svg"), "rocket"]
examples/bunny.svg ADDED
examples/rocket.svg CHANGED
examples/whale.svg DELETED