pip install streamlit
pip install streamlit-folium
Run an app
streamlit run f.py
create config.toml file to define theme colors, in the [theme] section of a .streamlit/config.toml
file can set primaryColor, backgroundColor, secondaryBackgroundColor, and textColor.
[theme]
primaryColor="#000000"
backgroundColor="#251507"
secondaryBackgroundColor="#993303"
textColor="#ffffff"
streamlit==1.34.0
streamlit_folium==0.20.0
geopandas
pandas
plotly==5.17.0