I have a streamlit app with three columns, I want to add two buttons inside one of the columns, however it is impossible to nest columns into other columns. Are there any workarounds available?
Thanks for your reply. The content in the columns is dynamic, only part of the time the buttons are displayed, so adding a new column would take up unecessary space and that kind of beats the purpose of putting the two buttons next to each other.