Felguk commited on
Commit
d3d4e69
·
verified ·
1 Parent(s): 13cdfbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- theme=Nymbo/Nymbo_theme
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