diff --git a/creds.py b/creds.py index 9f1160f..eafb9eb 100644 --- a/creds.py +++ b/creds.py @@ -3,3 +3,4 @@ CLIENT_ID = "" CLIENT_SECRET = "" + diff --git a/static/predict.css b/static/predict.css deleted file mode 100644 index 8f0fe73..0000000 --- a/static/predict.css +++ /dev/null @@ -1,10 +0,0 @@ -.predictedLabel{ - top: 50px; - color: blue; -} - - -.song{ - color:yellow; - font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; -} \ No newline at end of file diff --git a/static/styles.css b/static/styles.css index 2a0d682..8f0fe73 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,3 +1,10 @@ -h1{ - color:red; +.predictedLabel{ + top: 50px; + color: blue; +} + + +.song{ + color:yellow; + font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 5522151..bd9722c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,7 +4,7 @@ - +