How can i make dcc.loading always visible

I have a “loading” page so to speak and i want to use the dcc.loading type=graph on it, however it wont have any children elements. how can i just make it always visible

HI @SaltySodiums ,

maybe interesting:

Hi, so that still only shows the loadout when the layout is changed, im talking like literally

app.layout = html.Div(dcc.Loading(type=“graph”))

and have the Loading animation just always running while that page is open