Hi everyone! I wanted to ask if you knew how I could also hover over the st.sidebar.expander, st.write and/or checkbox elements. For example:
with st.sidebar.expander("Holidays"):
evaluate = st.sidebar.checkbox(
"Evaluate my model", value=True, help=readme["tooltips"]["choice_eval"]
)
st.checkbox(
āLaunch forecastā,
value=False,
help=readme[ātooltipsā][ālaunch_forecastā],
):
st.error(āPlease check at least āEvaluationā or āForecastā in the sidebar.ā)
st.write(ā# 3. Impact of components and regressorsā