Adding new element

Hello!
Plz help. How to add new elemets (columns, containers, text, etc) after click button (like .appendChild in JS)? Or change visibility property of object (like .style.visibility in JS).
Not use dataframe object or add new row to colums. Exactly create new object.

Hi @Alexander_Solstice

You may want to explore components.html() to add JS or HTML elements into your Streamlit apps.

The Docs provide coverage of this here:

Hope this helps!

Thx. How add tabs or container? not only HTML-code