tvst / st-annotated-text

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

Dash Plotly #16

Closed firmai closed 2 years ago

firmai commented 3 years ago

Really nice, could this be use with Dash? Thanks for the work.

tvst commented 2 years ago

You can now use this with any Python framework that supports HTML:

from annotated_text import util

the_html = util.get_annotated_html("Hello", ("world", "noun"))