Finally, I placed
dcc.Loading(loading_state={'is_loading':True})]
so it ‘is loading’ permanently. I toggle the visibility of the whole div in a callback.
I hope it helps.
Finally, I placed
dcc.Loading(loading_state={'is_loading':True})]
so it ‘is loading’ permanently. I toggle the visibility of the whole div in a callback.
I hope it helps.