Hi, I am attempting to switch between my default app and a new page that is rendered when the user clicks a button. Initially, self.template.main.append(self.app), where self.app is pn.Tabs. In another part of my code, self.app[:] = [self.projects_column]. Although it seems to work, I get an unwanted tab. Is there of neglecting this tab, or switch between what is appended in template.main ?
I would really appreciate any help you might be able to provide.