Is there any way for horizontal layout of images in streamlit?
Yes, you can use the columns functionality:
https://docs.streamlit.io/en/stable/api.html?highlight=st.columns#streamlit.beta_columns
Best,
Randy
1 Like
Thank you sir.
1 Like