Felguk commited on
Commit
73cb336
·
verified ·
1 Parent(s): 3f150f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ iface = gr.Interface(
10
  live=True,
11
  title="Paint Canvas",
12
  description="Draw something on the canvas and see it displayed below!",
13
- theme="gstaff/xkcd"
14
  )
15
 
16
  iface.launch()
 
10
  live=True,
11
  title="Paint Canvas",
12
  description="Draw something on the canvas and see it displayed below!",
13
+ theme="Felguk/Felguk_theme"
14
  )
15
 
16
  iface.launch()