issues
search
explosion
/
spacy-streamlit
👑 spaCy building blocks and visualizers for Streamlit apps
https://share.streamlit.io/ines/spacy-streamlit-demo/master/app.py
MIT License
804
stars
115
forks
source link
Handling visualize ner
#26
Closed
Jette16
closed
3 years ago
Jette16
commented
3 years ago
Adjusted visualize_ner():
Streamlit shows a warning when labels are empty instead of an empty table
When the function is started with empty labels-list, labels is overwritten with ent.labels_
Only the selected labels are shown in the table and the table is only shown when there is any data in variable data
Adjusted visualize_ner():