Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a global reference to the Streamlit library
I noticed the Streamlit.setComponentValue() example was no longer working. For some reason, in the latest releases the Streamlit library is no longer in the global namespace. This change adds it back to the window namespace, so JsCode callbacks in Folium can return values to Streamlit.
- Loading branch information