Joshua Lochner commited on
Commit
78f9176
1 Parent(s): 004109e

Add run command to Makefile

Browse files
Files changed (1) hide show
  1. Makefile +3 -0
Makefile CHANGED
@@ -3,3 +3,6 @@ PIP := pip3
3
 
4
  install:
5
  $(PIP) install -r requirements.txt
 
 
 
3
 
4
  install:
5
  $(PIP) install -r requirements.txt
6
+
7
+ run:
8
+ streamlit run app.py