Hi Streamlit-ers!
Is there a way to create a hyperlink to a widget or subheader in a Streamlit app? I am looking for a way to set a hyperlink to an expander which is lower below in my app.
Thanks in advance.
Hi Streamlit-ers!
Is there a way to create a hyperlink to a widget or subheader in a Streamlit app? I am looking for a way to set a hyperlink to an expander which is lower below in my app.
Thanks in advance.
you can add a hyper link like this:
pip install link-button
from link_button import link_button
link_button('Click Me!', 'https://docs.streamlit.io/en/stable/')