m-wrzr / streamlit-searchbox

Streamlit searchbox that dynamically updates and provides a list of suggestions based on a provided function
MIT License
253 stars 33 forks source link

Change for Streamlit 1.27.0 #26

Closed Jumitti closed 1 year ago

Jumitti commented 1 year ago

change st.exprimental_rerun to st.rerun

m-wrzr commented 1 year ago

thanks for the PR, the alert quite spammy 😅 i've merged it into v0.1.6 and added a conditional import to also support previous streamlit versions