Sharing data between pages

Hi @antonin45 and welcome to the Dash community :slightly_smiling_face:

If your files are small, you can use a dcc.Store component. You can find an example here:

Otherwise, you could use a database.

2 Likes