rasbt / python-machine-learning-book-2nd-edition

The "Python Machine Learning (2nd edition)" book code repository and info resource
MIT License
7.12k stars 2.82k forks source link

Chapter 9: displaying web app in firefox vs chrome #112

Open raybellwaves opened 5 years ago

raybellwaves commented 5 years ago

I realized when checking the app locally (on my pc) firefox would pick up the style.ccs file whereas chrome would not. However, you put the app on PythonAnywhere and load it on chrome it does pick it up.

Other's may want to test this and if so may want to make a note of it in the book.

rasbt commented 5 years ago

hm, that's weird. Sounds like it's a bug in Chrome!? Don't have Chrome installed, but it's not an issue on Safari, Firefox, and Opera.

Also, have you tried force reloading maybe to refresh the CSS in Chrome? Maybe there is some issue with their caching.