Looks like you are defining callbacks referencing components before they are defined. Set the following variable to suppress these errors:
app.config.suppress_callback_exceptions = True
Looks like you are defining callbacks referencing components before they are defined. Set the following variable to suppress these errors:
app.config.suppress_callback_exceptions = True