awacke1 commited on
Commit
63cf7f5
·
1 Parent(s): b0d3556

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -12
index.html CHANGED
@@ -1,12 +1,6 @@
1
- <html>
2
- <head>
3
- <link rel="stylesheet" href="https://gradio.s3-us-west-2.amazonaws.com/2.6.2/static/bundle.css">
4
- </head>
5
- <body>
6
- <div id="target"></div>
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>