Spaces:
Configuration error
Configuration error
Jeff Nickerson
commited on
Commit
·
405fea2
1
Parent(s):
b335905
v2
Browse files- wallpaper.py +1 -1
wallpaper.py
CHANGED
@@ -114,7 +114,7 @@ iface = gr.Interface(
|
|
114 |
gr.Dropdown(["Pastel", "Vibrant", "Earthy", "Monochrome"], label="Color Scheme")
|
115 |
],
|
116 |
outputs=gr.HTML(),
|
117 |
-
title="An SVG Wallpaper Pattern Generator",
|
118 |
description="Generate custom SVG wallpaper patterns with various symmetry groups and shape types."
|
119 |
)
|
120 |
|
|
|
114 |
gr.Dropdown(["Pastel", "Vibrant", "Earthy", "Monochrome"], label="Color Scheme")
|
115 |
],
|
116 |
outputs=gr.HTML(),
|
117 |
+
title="An SVG Wallpaper Pattern Generator v2",
|
118 |
description="Generate custom SVG wallpaper patterns with various symmetry groups and shape types."
|
119 |
)
|
120 |
|