Update index.html
Browse files- index.html +6 -12
index.html
CHANGED
@@ -1,12 +1,6 @@
|
|
1 |
-
<
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
<script src="https://gradio.s3-us-west-2.amazonaws.com/2.6.2/static/bundle.js"></script>
|
8 |
-
<script>
|
9 |
-
launchGradioFromSpaces("awacke1/HTML5-Javascript-3D-Breakout-Game", "#target")
|
10 |
-
</script>
|
11 |
-
</body>
|
12 |
-
</html>
|
|
|
1 |
+
<iframe
|
2 |
+
src="https://awacke1-HTML5-ThreeJS-gradio.hf.space"
|
3 |
+
frameborder="0"
|
4 |
+
width="850"
|
5 |
+
height="450"
|
6 |
+
></iframe>
|
|
|
|
|
|
|
|
|
|
|
|