My graphs sporadically will not load, how to fix?

Above is an image of my dashboard. I have two dcc.scatterplots and data tables inside of an html summary element. The way I split the above layout up was:

html.summary which opens to:
row
column
two dcc.dropdowns stacked on each other
column
dcc 3dscatter
dcc datatable
column
dcc 3dscatter
dcc datatable

The issue is, I run it locally and it rarely messes up. When I deploy it, I notice that 50% of the time one or both of my graphs will not load and the datatable below it fills its spot. I am deeply confused by it, any tips?
This is my site if you would like to check it out.