Skip to content

Commit

Permalink
File restructure, removed unnecessary files.
Browse files Browse the repository at this point in the history
  • Loading branch information
vijay-jaisankar committed Sep 7, 2021
1 parent 22a12a9 commit 130b826
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
1 change: 1 addition & 0 deletions creds.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@

CLIENT_ID = ""
CLIENT_SECRET = ""

10 changes: 0 additions & 10 deletions static/predict.css

This file was deleted.

11 changes: 9 additions & 2 deletions static/styles.css
Original file line number Diff line number Diff line change
@@ -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;
}
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../static/predict.css">
<link rel="stylesheet" href="../static/styles.css">
<title>Predictions</title>
</head>
<body>
Expand Down

0 comments on commit 130b826

Please sign in to comment.