Spaces:
Runtime error
Runtime error
1littlecoder
commited on
Commit
•
8ad9951
1
Parent(s):
5090883
Update app.py
Browse files
app.py
CHANGED
@@ -7,10 +7,10 @@ html_template = """
|
|
7 |
<head>
|
8 |
<script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
|
9 |
<style>
|
10 |
-
mermaid {
|
11 |
display: block;
|
12 |
margin: auto;
|
13 |
-
}
|
14 |
</style>
|
15 |
</head>
|
16 |
<body>
|
|
|
7 |
<head>
|
8 |
<script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
|
9 |
<style>
|
10 |
+
mermaid {{
|
11 |
display: block;
|
12 |
margin: auto;
|
13 |
+
}}
|
14 |
</style>
|
15 |
</head>
|
16 |
<body>
|