Callback doesn't work

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

1 Like