Hi,
My app was working fine, but after I added a map functionality (folium), it is now not working after deployment (works locally).
Does anyone know why?
Please advise. My git repository is here:
Thank you in advance!
Hi,
My app was working fine, but after I added a map functionality (folium), it is now not working after deployment (works locally).
Does anyone know why?
Please advise. My git repository is here:
Thank you in advance!
Hi everyone,
Quick update here: I changed from using folium for map creation to pydeck and now it works. I wonder if it has something to do with the fact that folium is a component separately built and with how deployment works but not entirely sure.
Thanks!