Having trouble running sample web app locally

working again, it was after I put the codepen JS in there, it reads:

	var parts = [
		"https://infer.roboflow.com/",
		$('#model').val(),
		"?access_token=" + $('#access_token').val()
	];

so not only detect.roboflow.com but that ?access_token must now be ?api_key