This project is a Streamlit application to view BCCR data.
-
Clone the repository.
-
Install the necessary packages by running the command:
python3 -m venv env source env/bin/activate pip install -r requirements.txt
To run the application, use the command:
streamlit run app.py
Open the application in a web browser using the URL displayed in the terminal.