Hi all,
How can I implement this layout perfectly aligned?
you should need to test by follwoinf idea
row11,row12 = st.beta_columns[2]
row21,row22,row23 = st.beta_columns[1,1,1]
place you image in 11,12 and 22
row22 is smaller than the others. I think it should be st.beta_columns[1,2,1]
.