I made an application using folium maps and specifically using the streamlit_folium component to render my maps. but the map HTML file cannot load or load too long . i fiand that the reason is that the generated html file requires access to 4 . js and 5. .CSS files,as follows:
i have dowload these files to local folder .i replace the url path to local path for the .html file which is created by folium package . the page load quickly very much.
but i cannot find the html file which is creates by streamlit-folium . so i cannot change the url path to local path.
how to solved this question? thanks.