Closed newdee closed 1 year ago
like this title
import streamlit as st from annotated_text import annotated_text with st.sidebar: annotated_text( "Hello ", ("from the sidebar", "Truth!"), )
like this title