Render local html as well as js/css/img

I have a reporter folder, including html/js/css/img. It’s working to open with browser.
I’d like to create a page to load them and render html in streamlit.

Thanks for your help

You can read the html file from python and pass it to components.html.

Relevant docs:

Thanks for your update. I tried it. It’s not working if css/img/js are in other folder and reference with link.
I have a complete reporter directory, it contains html/css/js/sub-folders, would like to host to streamlit server, like what we see with browser in local.