From 130b826b353d3743d01020bc2a9d3f3d0afc8268 Mon Sep 17 00:00:00 2001 From: vijay-jaisankar Date: Tue, 7 Sep 2021 13:08:47 +0530 Subject: [PATCH] File restructure, removed unnecessary files. --- creds.py | 1 + static/predict.css | 10 ---------- static/styles.css | 11 +++++++++-- templates/index.html | 2 +- 4 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 static/predict.css 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 @@ - + Predictions