Skip to content

dbnomics/gdp-trade-balance-correlation-dashboard

Repository files navigation

GDP Trade balance correlation

This is a work in progress.

This is a dashboard made with data from DBnomics and Streamlit.

Installation

Create a virtualenv and install the dependencies:

python -m venv .venv
. .venv/bin/activate
pip install -r requirements.lock

Usage

streamlit run src/my_project/main.py