Bokeh loaded in the front page?

Hi

I used server_document as
bokeh_script = server_document(“http://0.0.0.0:5008/app”)
in Flask. Then, I used {{ script|safe }} in index.html.

Now I need to know if it is loaded in the front page to halt the spinner in index.html.

Do you have any idea ?
regards