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.
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
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.