diff --git a/app/requirements.txt b/app/requirements.txt index 2736489..83e7cfc 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,3 @@ flask flask-socketio -flask-cors -pyunicon \ No newline at end of file +flask-cors \ No newline at end of file diff --git a/app/web/index.html b/app/web/index.html index 8ff4890..d447a72 100644 --- a/app/web/index.html +++ b/app/web/index.html @@ -7,13 +7,13 @@ - - - - - + + + + + - +
diff --git a/install.sh b/install.sh index b0678f4..e519075 100755 --- a/install.sh +++ b/install.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -cd ./backend -sudo pip install -r requirements.txt \ No newline at end of file +cd ./app +sudo pip install -r requirements.txt --upgrade \ No newline at end of file diff --git a/start.sh b/start.sh index 8a4ef40..5238f08 100755 --- a/start.sh +++ b/start.sh @@ -1,3 +1,3 @@ #!/bin/sh -cd ./backend +cd ./app python main.py