nbiish commited on
Commit
4300714
·
unverified ·
1 Parent(s): 5f56c2a

Fix: use html language for SVG preview (xml not supported)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,7 +194,7 @@ with gr.Blocks(
194
  )
195
  svg_preview = gr.Code(
196
  label="SVG Preview",
197
- language="xml",
198
  lines=15,
199
  )
200
 
 
194
  )
195
  svg_preview = gr.Code(
196
  label="SVG Preview",
197
+ language="html",
198
  lines=15,
199
  )
200