Make sure you're running the app from a local server, not opening the file directly. Open Terminal, run: cd ~/walkup-music && python3 -m http.server 8080 Then open http://localhost:8080 in your browser.
cd ~/walkup-music && python3 -m http.server 8080
http://localhost:8080