Columns don't format with plotly charts

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:
     ....


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