I am building an app which has a map at the bottom of it all, however, the map does not seem to be showing when I deploy the app. When I ran it on my local computer, everything seemed to work just fine.
The map loads for me, albeit quite slowly. I suspect the for loop you are using to add points to the map is what is taking the most time. Unfortunately, that’s mostly a function of Folium, as the streamlit-folium component I wrote just takes a Folium object and gets the HTML representation.