Omnibus commited on
Commit
35c989c
1 Parent(s): 16132bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ js_c=("""
32
 
33
  #def call_chart(mermaidCode):
34
  def mm(graph=mermaid_code):
35
- out_html=f'<iframe src="https://omnibus-mermaid-script.static.hf.space/index.html?mermaid={graph}"></iframe>'
36
  return gr.update(out_html)
37
 
38
  """
 
32
 
33
  #def call_chart(mermaidCode):
34
  def mm(graph=mermaid_code):
35
+ out_html=f'''<div><iframe src="https://omnibus-mermaid-script.static.hf.space/index.html?mermaid={graph}"></iframe></div>'''
36
  return gr.update(out_html)
37
 
38
  """