Basic setupClone the repo to your local directoryCreate a new environment through Anaconda PromptEnter 'conda env create -f toxic_test.yml'Enter 'python -m ipykernel install --user --name toxic --display-name toxicEnter 'conda activate toxic' (you can deactivate the env later)How to run the Flask app:Open Anaconda PromptChange directory to 'Flask app for toxic comments' (cd .....)Enter 'python toxic_app.py' to run the Python fileIf you encounter a Module Not Found Error, enter 'pip install flask'Copy the IP address where the Flask is running at (eg. 'http://127.0.0.1:5000/) into your browserYou should see the app in action