streamlit-extras icon indicating copy to clipboard operation
streamlit-extras copied to clipboard

🐛 [BUG] - Row Layout does not work in a container

Open nixilb opened this issue 7 months ago • 0 comments

Description

Need to nest row into st.container

Reproduction steps

VectorStoreListContainer = st.container(border=True)

no way to add 

    row2 = row([2, 4, 1], vertical_align="bottom")

    row2.button("Send", use_container_width=True)
    row2.button("Send2", use_container_width=True)
    row2.button("Send3", use_container_width=True)

into this container

Screenshots

![DESCRIPTION](LINK.png)

Logs

No response

Version of streamlit

1.36

Version of streamlit-extras

0.4.3

nixilb avatar Jul 09 '24 22:07 nixilb