Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ iface = gr.Interface(
|
|
31 |
],
|
32 |
title="SVG to HTML Converter",
|
33 |
description="Upload an SVG file to see the generated HTML code and a preview of the SVG",
|
34 |
-
|
35 |
)
|
36 |
|
37 |
# Launch the interface
|
|
|
31 |
],
|
32 |
title="SVG to HTML Converter",
|
33 |
description="Upload an SVG file to see the generated HTML code and a preview of the SVG",
|
34 |
+
Theme=Nymbo/Nymbo_theme
|
35 |
)
|
36 |
|
37 |
# Launch the interface
|