When I create three columns
col1, col2, col3 = st.columns([1, 1, 1])
and then put plotly charts in them I get this kinda gross formatting… any tips
with col1: .... with col2: .... with col3: ....