run:
	./st run app.py

install:
	pip install -r requirements.txt

build:
	docker build -t streamlit:latest .

.PHONY: run install build