Drop files here
or click to upload
# https://github.com/tvst/st-annotated-text
import streamlit as st
from annotated_text import annotated_text
annotated_text(
"This ",
("is", "verb"),
" some ",
("annotated", "adj"),
("text", "noun"),
" for those of ",
("you", "pronoun"),
" who ",
("like", "verb"),
" this sort of ",
("stuff", "noun"),
"."
)
Hi! I can help you with any questions about Streamlit and Python. What would you like to know?