

all: host

host:
	streamlit run app.py --server.port 8579 --server.headless true
