diff --git a/examples/02_custom.py b/examples/02_custom.py index a048bf7..44bd66b 100644 --- a/examples/02_custom.py +++ b/examples/02_custom.py @@ -20,6 +20,5 @@ labels=["PERSON", "DATE", "GPE"], show_table=False, title="Persons, dates and locations", - sidebar_title=None, ) st.text(f"Analyzed using spaCy model {spacy_model}")