Heads up:you're running this app from file://. Some browsers block book lookups in this mode. If lookups fail, serve the file via a local web server — e.g. open a terminal in the folder containing index.html and run python3 -m http.server 8000, then visit http://localhost:8000.