Update app.py
Browse files
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="
|
| 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()
|