I’m working with the annotated_text component and the space where the text is deployed it seems to be very limited.
Is there a way to configure the iframe so that all its content can be displayed?
Hello @Luis, welcome to the community!
Are you talking about st_annotated_text
? It seems there is an issue on this, you can bump the issue
you can also copy the __init__.py
file into your project and inject the height value in the last line of the file streamlit.components.v1.html(str(out), height=1000)
Best,
Fanilo