I am looking to organise output of JSON in below format.
I am using st.columns(2) twice to populate values (think of it as horizontal layout). However in column, the text value has to be wrapped (as it is long) which distorts the expected alignment, as shown in image
How to make sure that height is maintained across column values in a particular row