Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
|
@@ -4,8 +4,7 @@
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<title>D3 Python Visualizer</title>
|
| 6 |
<link rel="stylesheet" href="/static/style.css">
|
| 7 |
-
|
| 8 |
-
|
| 9 |
</head>
|
| 10 |
<body>
|
| 11 |
<h2>🐍 Python Visualizer with D3.js</h2>
|
|
@@ -95,3 +94,4 @@
|
|
| 95 |
</script>
|
| 96 |
</body>
|
| 97 |
</html>
|
|
|
|
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<title>D3 Python Visualizer</title>
|
| 6 |
<link rel="stylesheet" href="/static/style.css">
|
| 7 |
+
<script src="https://d3js.org/d3.v7.min.js"></script>
|
|
|
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<h2>🐍 Python Visualizer with D3.js</h2>
|
|
|
|
| 94 |
</script>
|
| 95 |
</body>
|
| 96 |
</html>
|
| 97 |
+
|