all: start install: pip3 install -r requirements.txt start: streamlit run app.py .PHONY: clean build start install all