How to stop 'Loading...' from showing up

@anarchocaps,

Add this to your css file:

._dash-loading {
  display: none;
}

This will make it not display at all though, so use it cautiously.

Based upon:

1 Like