Joshua Lochner
Add run command to Makefile
78f9176
PIP := pip3
install:
$(PIP) install -r requirements.txt
run:
streamlit run app.py