How can I add plots that I've already made using Plotly to my dash app?

Hi, I’m on my way to create my dash app and the thing is that I created a few plots in the past and now I want to add them to my dash app. These plots are in ‘My files’ directory in my Plotly account.

Are there any options to pass my plots as an argument to dcc.Graph? or Is there any other way I can do that?

Thank you!