I used streamlit.components.v1.html in my app, and need adjust the height according to the length of the text automatically. will i success~~
Hi @yxilong -
No, it won’t automatically adjust it, but if you can programmatically determine how tall the content is, then you can pass that to the height
argument.
Best,
Randy