https://github.com/streamlit/gdp-dashboard-template
https://github.com/streamlit/gdp-dashboard-template
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/streamlit/gdp-dashboard-template
- Owner: streamlit
- License: apache-2.0
- Created: 2024-06-27T22:50:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-09T21:56:28.000Z (11 months ago)
- Last Synced: 2025-01-29T10:36:27.092Z (5 months ago)
- Language: Python
- Size: 125 KB
- Stars: 2
- Watchers: 0
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# :earth_americas: GDP dashboard template
A simple Streamlit app showing the GDP of different countries in the world.
[](https://gdp-dashboard-template.streamlit.app/)
### How to run it on your own machine
1. Install the requirements
```
$ pip install -r requirements.txt
```2. Run the app
```
$ streamlit run streamlit_app.py
```