How do I add a page containing streamlit charts to an existing website

Hello Folks,

I am new to using Streamlit, so pls forgive if this question is already answered somewhere.

Say I have an existing website using React and hosted in EC2: mywebsite.com
Now I want to add a page to this website (say mywebsite.com/charts) that contains charts made using Streamlit.

My questions, is there a tutorial out there that explains how to do this?

Thank you!

Hey @tikeswar,

You can embed your Streamlit app using iframe – check out our doc here

Thank you @Caroline.

This is very helpful!

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.