rabiyulfahim commited on
Commit
4417b33
·
verified ·
1 Parent(s): 9b3a714

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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="/static/d3.v7.min.js"></script>
 
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>