Streamlit hyperlink

Hi @MrittiYogan,

Thanks for posting!

You can do the following:

url = "https://www.streamlit.io"
st.write("check out this [link](%s)" % url)
st.markdown("check out this [link](%s)" % url)

Caroline :balloon:

6 Likes