I would like to add a tooltip to my “st.metric”, so that when the user hover the metric or its title he can see more details about the calculations.
I can’t use the “help” argument that already exists for the radio feature. I thaught about using an empty st.markdown (with unsafe_allow_html paramater), but I was wondering if someone had a more elegant solution!