for example, I have got two data and want to show them in two columns, something like
<table>
<tr>
<td>st.write(data1)</td>
<td>st.write(data2)</td>
</tr>
</table>
in this way, I can do visual comparison between these two data more easily.
curious if that is possible now? thanks~