Kvikontent commited on
Commit
7298228
1 Parent(s): 5e56955

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,6 +86,6 @@ gr.Interface(
86
  title="QR Code Image Generator ✨",
87
  description="Generate an image with a transparent QR code linked to the input URL and an image from the Dalle-3 API",
88
  examples=examples,
89
- theme="glass",
90
  cache_examples=False # Disable example caching
91
  ).launch()
 
86
  title="QR Code Image Generator ✨",
87
  description="Generate an image with a transparent QR code linked to the input URL and an image from the Dalle-3 API",
88
  examples=examples,
89
+ theme="soft",
90
  cache_examples=False # Disable example caching
91
  ).launch()