HI @Noone234 welcome to the forums.
Reason for this is that you try to update the same component property from different callbacks.
You have two options:
- combine the two callbacks into one callback and use callback context (ctx)
- use the
multiplexerTransform
from dash-extensions
For your application I would recommend the first approach.