Spaces:
Running
Running
add script tag to sketch.js
Browse files- index.html +1 -0
index.html
CHANGED
@@ -15,5 +15,6 @@
|
|
15 |
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
16 |
</p>
|
17 |
</div>
|
|
|
18 |
</body>
|
19 |
</html>
|
|
|
15 |
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
16 |
</p>
|
17 |
</div>
|
18 |
+
<script type="module" src="sketch.js"></script>
|
19 |
</body>
|
20 |
</html>
|