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

Is it possible to use regular streamlit within streamlit-elements?

Open avidale opened this issue 2 years ago • 2 comments

Please guide me to a more correct place to ask this question, if here is not the right one.

I have a page designed with streamlit-elements, and I want to add a plot to it. I know how to create this plot with matplotlib, and if I used just pure streamlit, I would just call streamlit.write(figure) to display it. However, this way the image renders above all streamlit_elements, and I want it instead to land within the specific streamlit_elements.mui.Card element.

How can I achieve this, and does it make sense at all?

avidale avatar Nov 10 '22 15:11 avidale

Does anyone found a way to manage with this issue ?

jslevacque avatar Mar 08 '23 16:03 jslevacque

Same Here

lukehodges avatar Jul 14 '23 12:07 lukehodges