In order for this to work, you have to replace ENTER THE SHEET ID HERE with (you guess it!) the sheet ID.
Run under a webserver, the easiest ona Mac is:
python -m SimpleHTTPServer
open http://127.0.0.1:8000/
To end the httpd server, close the terminal or run
fg
and then hit ctrl-c