diff --git a/Makefile b/Makefile index 20683ea..830c46c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .ONESHELL: .PHONY: run -.PHONY: conda_remove -.PHONY: conda_create +.PHONY: uninstall +.PHONY: install run: streamlit run main.py