Hi @antonin45 and welcome to the Dash community
If your files are small, you can use a dcc.Store
component. You can find an example here:
Otherwise, you could use a database.
Hi @antonin45 and welcome to the Dash community
If your files are small, you can use a dcc.Store
component. You can find an example here:
Otherwise, you could use a database.