Embed HTML Application in Dash application
I have created a multi-page dash application using dash which contains lots of table and graph/charts and I have also created a html hosted application which drive the purpose of showing mapbox gl, plotting marker points on it , selecting marker using inbulti EditDraw function and perform other spatial analysis using turf.js. How can I embed this html application in one of the tabs in dash application? Basically, I want to select marker point saves them in database (which I can do it using flask) and pick that database in dash datatable/dataframe for further calculation and populate dash datatable using dash components like dropdown etc.
or if this is not possible then how can I do the reverse process to embed dash application tabs in nav-bar of html layout webpage where each link in nav-bar of can be used to redirect the dash pages application and use html components to render dash graph/charts?