I built an application that needs to render a map on streamlit. I noticed that the map renders correctly only when I use folium 0.14.0.
When upgrading to the latest version, 0.15.0, the map does not render anymore.
To Reproduce
Created a brand new environment
conda create -n test_folium python=3.10
installed folium==0.15.0
installed streamlit-folium==0.15.1
installed streamlit==1.28.1
Remderomg of the map is like this

uninstalled folium==0.15.0
installed folium==0.14.0
Rendering is correct

Environment (please complete the following information):
- Browser firefox latest version
- Python version 3.10.13
- folium version 0.14.0 or 0.15.0 as above
- branca version 0.7.0
For me the solution for now is to downgrade folium to 0.14.0, which for me it is not an issue, but maybe for other users it is!