explosion / spacy-streamlit

👑 spaCy building blocks and visualizers for Streamlit apps
https://share.streamlit.io/ines/spacy-streamlit-demo/master/app.py
MIT License
794 stars 114 forks source link

Remove "beta_" prefix from Streamlit calls #21

Closed tvst closed 3 years ago

tvst commented 3 years ago

st.beta_expander and st.beta_columns have "graduated" and no longer use the beta_ prefix. This fixes them for you!

adrianeboyd commented 3 years ago

Thanks for the PR! We'll also need to update the requirements to specify the version of streamlit that introduces this change, which I guess should be >=0.86.0?

wjbmattingly commented 3 years ago

Indeed, 0.86.0 is on my local environment and it works smoothly. Thanks for this great and easy to use extension!

adrianeboyd commented 3 years ago

Let me redo this is a separate PR so I don't have to push to master on your fork.