I am working on a website that collects data of my country in one website.
I was wondering is there a Streamlit way to display the source link under a chart or should i just use st.write("https://sourcexample.com")
Thank you in advance.
I am working on a website that collects data of my country in one website.
I was wondering is there a Streamlit way to display the source link under a chart or should i just use st.write("https://sourcexample.com")
Thank you in advance.
You can display an iframe using the components library:
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.