Omnibus commited on
Commit
82953ea
1 Parent(s): 7f73e70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ async () => {
6
  const script = document.createElement("script");
7
  script.onload = () => console.log("module loaded") ;
8
  script.type="module";
9
- script.src = "https://ajax.googleapis.com/ajax/libs/model-viewer/3.1.1/model-viewer.min.js";
10
  document.head.appendChild(script)
11
  }"""
12
  game_js="""
 
6
  const script = document.createElement("script");
7
  script.onload = () => console.log("module loaded") ;
8
  script.type="module";
9
+ script.src = "https://cdn.jsdelivr.net/npm/phaser@3.11.0/dist/phaser.js";
10
  document.head.appendChild(script)
11
  }"""
12
  game_js="""