tvst / st-annotated-text

A simple component to display annotated text in Streamlit apps.
Apache License 2.0
523 stars 41 forks source link

pass kwargs to html component #7

Closed mataney closed 4 years ago

mataney commented 4 years ago

Allow passing height and width to streamlit html component

Then you can just

annotated_text("This is text", height=200)
tvst commented 4 years ago

Ooops, just saw this. Thanks for the PR!