Next commited on
Commit
4659fee
1 Parent(s): 67b4420

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,6 +34,6 @@ html_content = """
34
  """
35
 
36
  with gr.Blocks() as demo:
37
- gr.Html(html_content)
38
 
39
  demo.launch()
 
34
  """
35
 
36
  with gr.Blocks() as demo:
37
+ gr.HTML(html_content)
38
 
39
  demo.launch()