Loading Plotly HTML Into Dash Page

I have been using plotly for a while now to create plots in Python and export them as interactive html pages. I’m now using Dash to create a webpage where I can view these plots among other things. I was wondering if it’s possible for me to load in one of the plotly html files instead of re-writing all the code that I used to generate the plot to begin with. I know it would be possible to recreate the same plot in Dash, but it would be very convenient to be able to load in the plot that I’ve already created