Closed firmai closed 2 years ago
Really nice, could this be use with Dash? Thanks for the work.
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"))
Really nice, could this be use with Dash? Thanks for the work.