Chai Taste Poll- steamlit
Now this section we discuss about layout and other things img and handling
layout
when you need divided page into the 2 section then we use st.cols
cols1,cols2 = st.columns(2)
this code divided page into 2 section
cols1,cols2 = st.columns(2)
with ...
python-streamlit.hashnode.dev2 min read