Kvikontent commited on
Commit
67165c8
1 Parent(s): 0c92d56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()