Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,5 +23,6 @@ iface = gr.Interface(
|
|
23 |
outputs="html",
|
24 |
title=title,
|
25 |
description=description,
|
|
|
26 |
examples=["You make me feel so alive", "It was just a mistake", "Let's party tonight"]
|
27 |
).launch()
|
|
|
23 |
outputs="html",
|
24 |
title=title,
|
25 |
description=description,
|
26 |
+
theme="soft",
|
27 |
examples=["You make me feel so alive", "It was just a mistake", "Let's party tonight"]
|
28 |
).launch()
|