Nested Expanders in Streamlit In Snowflake

Hi there,

I am attempting to nest expanders in my Streamlit in Snowflake app. When I do so, I get this error:
streamlit.errors.StreamlitAPIException: Expanders may not be nested inside other expanders.”

I saw another post in the forum where somebody suggested using streamlit_nested_layout, however, that package isn’t an option in Streamlit in Snowflake.

Has anyone else found an alternative approach that would work for this?