Problems with dash Tabs - not storing the uploaded data

I have two tabs in my app. In my first tab, I have an upload component to upload the CSV data and in my second tab, I have a dash-table.

In my first tab when I upload my data - the data gets uploaded but when moved to the second tab and then moved back to my first tab, the data which I uploaded is lost.

How do I make sure the data in the first tab is present.

Any fix can be really helpful. Thanks.

Hi @syntaxError

What method of the documentation are you using ?(dcc.Tabs | Dash for Python Documentation | Plotly), I think that if you are using method 1 it could be a problem. :thinking:

1 Like

Thanks for reminding me. I followed method 2. It seems working.