Streamlit Not Loading Folium Map

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.

Here is my github repository:

Please may you assist

Hi @dylanndengu -

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.

Best,
Randy

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.