chamkank / flask-chatterbot

Simple boilerplate for ChatterBot using Flask
378 stars 263 forks source link

Not able to edit the css or html file #17

Open Abhishek17w opened 6 years ago

Abhishek17w commented 6 years ago

The changes made in the css or html file is not reflected on the website after deployment. It is showing as debugger mode:off. Please, help me with some solution.

chamkank commented 6 years ago

Have you tried clearing your browser cache? And where are you deploying to?

Abhishek17w commented 6 years ago

I am deploying it on pycharm and browser is chrome

secsilm commented 6 years ago

@Abhishek17w After changing css you should clean your browser cache. For example, you can press F12 and select Disable cache in Network, then press F5 refresh the page.