I have a fully functional dash application. I now want to embed it in a current website.
Basically the whole app is between
<DIV>
</DIV>
So how can I achieve this, that on clicking a tab in a website, the app output is shown.
I have a fully functional dash application. I now want to embed it in a current website.
Basically the whole app is between
<DIV>
</DIV>
So how can I achieve this, that on clicking a tab in a website, the app output is shown.
Hey @parangat90
I think you are just wanting an iframe:
<iframe frameborder="0" scrolling="no" src="https://vanguard-report.herokuapp.com/", allowfullscreen="true"></iframe>
But how shall I call my DASH application in the iframe. Plus, I wanted to avoid connecting externally to internet.