As per this thread, the way to open a new tab would be via the following piece of code:
st.markdown('<a target="_blank" href="https://www.globo.com/">Access globo.com</a>', unsafe_allow_html=True)
Does this do the job for you?
Dinesh
As per this thread, the way to open a new tab would be via the following piece of code:
st.markdown('<a target="_blank" href="https://www.globo.com/">Access globo.com</a>', unsafe_allow_html=True)
Does this do the job for you?
Dinesh