How to run external webapp in streamlit

Hello,
I’m planning to run shapash webapp in streamlit. when I ran shapash library in jupyter note shapash library created its own local address. kindly help me how to run in streamlit.
below is the shapash library URL for more details

https://shapash.readthedocs.io/en/latest/

Hi @arjunko -

I’m not specifically familiar with that library, but if you want to embed a webpage inside of Streamlit, you can use components.iframe:

https://docs.streamlit.io/en/stable/develop_streamlit_components.html#streamlit.components.v1.iframe

Best,
Randy

1 Like