Update templates/index.html
Browse files- templates/index.html +2 -1
templates/index.html
CHANGED
|
@@ -4,7 +4,8 @@
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<title>D3 Python Visualizer</title>
|
| 6 |
<link rel="stylesheet" href="/static/style.css">
|
| 7 |
-
<script src="/
|
|
|
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<h2>🐍 Python Visualizer with D3.js</h2>
|
|
|
|
| 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 |
+
|
| 9 |
</head>
|
| 10 |
<body>
|
| 11 |
<h2>🐍 Python Visualizer with D3.js</h2>
|