Hi @ra-v I moved your post to make it more searchable, anyway:
Due to how most browsers work, specifying a local file URL alone isn't the best solution. You have two options here:
- Use a local web server to host your files. The easiest way to do this is through python (maybe using the
http.server
command) and use the localhost paths. - Use a URL. One way is to store your files from an S3 or GCS bucket, ensure that the URL is accessible by your machine, and link it from there.