Possible the color when you hover over the st.sidebar

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"


This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.