Callbacks multiplying from param depends

The solution - call the layout method:

def panel(self):
        """visualize the entire dashboard"""
        return pn.panel(self.layout())
1 Like