Possible to show Tooltips on hover?

Streamlit added official support for tooltips from version 0.79.0 onwards.
The syntax is st.radio(options=list, help=tooltip_text) where tooltip_text can be any valid markdown text you have defined.

Read more here

3 Likes