Hello Everyone,
So I am trying to create a dash app which has lets say multiple tabs.
When I switch from Tab1 to Tab2 and back to Tab1 all the stored information returns to default state the way I have my original html layout declared.
Is there a way to avoid this so that even when I navigate between tabs all the information and output in the tab is maintained.