Hello, I am running my application locally with Flask with gunicorn. Whenever I open the webpage localhost, the dash application shows a white empty screen with “Loading…” text before rendering the webpage. Why is that ?
Hello @hqur,
It is just placeholder text for the app to replace once the layout has been received.
There are ways that you can make this not display using css or possibly adjusting the index string.