This Web Application was made with Plotly Dash and is optimized for viewing on a laptop.
The web application is deployed on Heroku: https://spotify-top-hits.herokuapp.com/
To download and run the code LOCALLY for this program do the following steps:
- Clone this repository to your machine
- Make sure you have Python and Venv installed on your machine 2a. pip install python 2b. pip install venv
- Create a new virtual environment with the command 'python -m venv venv' then activate the virtual environment
- Download the packages with the command 'pip install requirements.txt'
- Then to launch the app run the command 'python plotly-dash-script.py' and go to the given address.