Try these steps! To run the Flask development server make use of either Flask run or python app.py commands.
Use the F12 button to check the browser console for errors.
Delete all the cookies and the cache memory from the browser.
Check that such a Flask route has been declared: (e.g., @app.route('/')).
Make sure that no blocking code or infinite loops are present.