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

Change app to use API theming #25

Closed Jette16 closed 3 years ago

Jette16 commented 3 years ago

I changed visualizer.py to use the theming options of streamlit directly such that it does what get_color_styles in util.py did before. That's why I also deleted the function get_color_styles because it is not used anymore.