1littlecoder commited on
Commit
b118d20
1 Parent(s): 8ad9951

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -14,7 +14,10 @@ html_template = """
14
  </style>
15
  </head>
16
  <body>
17
- <mermaid>{}</mermaid>
 
 
 
18
  </body>
19
  </html>
20
  """
 
14
  </style>
15
  </head>
16
  <body>
17
+ <div class="mermaid">{}</div>
18
+ <script>
19
+ mermaid.initialize({{ startOnLoad: true }});
20
+ </script>
21
  </body>
22
  </html>
23
  """