Q > How to add two buttons beside each other in same line (Horizontal not Vertical)in streamlit without using 2 columns layout?
Running app locally
Streamlit Version: 1.23.1
Python 3.7.16
Q > How to add two buttons beside each other in same line (Horizontal not Vertical)in streamlit without using 2 columns layout?
Running app locally
Streamlit Version: 1.23.1
Python 3.7.16
Hi @Parth_Gajmal, have a look in the Buttons section of the AntD components (streamlit-antd-components · Streamlit (nicedouble-streamlitantdcomponentsdemo-app-middmy.streamlit.app))
Cheers