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 ![]()
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 ![]()