Jeff Nickerson commited on
Commit
405fea2
·
1 Parent(s): b335905
Files changed (1) hide show
  1. 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