CalebCometML commited on
Commit
309d42a
·
1 Parent(s): 755b40b

Update startup.sh

Browse files
Files changed (1) hide show
  1. startup.sh +2 -0
startup.sh CHANGED
@@ -3,6 +3,8 @@
3
  kangas server --frontend-port=7640 &
4
 
5
  streamlit run app.py --server.port 7680 &
 
 
6
 
7
  wait -n
8
 
 
3
  kangas server --frontend-port=7640 &
4
 
5
  streamlit run app.py --server.port 7680 &
6
+
7
+ flask run --app router &
8
 
9
  wait -n
10