Spaces:
Runtime error
Runtime error
1littlecoder
commited on
Commit
•
b118d20
1
Parent(s):
8ad9951
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,10 @@ html_template = """
|
|
14 |
</style>
|
15 |
</head>
|
16 |
<body>
|
17 |
-
<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 |
"""
|