Spaces:
Sleeping
Sleeping
Updated the rocket.svg file with new paths and circles for enhanced design.
Browse files- app.py +1 -1
- examples/bunny.svg +41 -0
- examples/rocket.svg +33 -35
- 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/
|
| 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