jaysaville / sync-streamlit

with statements can be merged PTC-W0062
Anti-pattern
Major
1 occurrence in this check
Consider merging collapsible With statements`
 72    col1, col2, col3 = st.columns([1,2,1])
 73    with col1:
 74        st_lottie(lottie_dancing, key="dance_left")
 75    with col2: 76        with col2:
 77            st.image('logo_grey.png')
 78            st.markdown("<h3 style='text-align: center; color: #ff008c;'>Your personal AI<br/>synchronisation assistant.</h3>", unsafe_allow_html=True)