Skip to content

parindapannoon/Streamlit_dashboardwildfire

Repository files navigation

Streamlit App

Installation

pip install streamlit
pip install streamlit-folium

Run an app

streamlit run f.py

Styling color theme

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"

Requirements

streamlit==1.34.0
streamlit_folium==0.20.0
geopandas
pandas
plotly==5.17.0

Data source

Global Wildfire Information System (GWIS)

Example

Screenshot (2398)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages