@ -0,0 +1 @@
flask_cors
@ -0,0 +1,4 @@
python3 -m http.server &
pid1=$!
FLASK_APP=tsneGrid.py flask run
kill $pid1