Skip to content

Commit

Permalink
CSS
Browse files Browse the repository at this point in the history
Carousel
  • Loading branch information
MaryValencia0220 committed Nov 9, 2021
1 parent 830dc12 commit 0ddc691
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Binary file modified __pycache__/testData.cpython-39.pyc
Binary file not shown.
Empty file modified application.py
100644 → 100755
Empty file.
Empty file modified modelLoad.py
100644 → 100755
Empty file.
Empty file modified modelTraining.py
100644 → 100755
Empty file.
Empty file modified requirements.txt
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion static/CSS/carousel.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}*/

* {
box-sizing: border-box;
/*box-sizing: border-box;*/
scrollbar-color: transparent transparent; /* thumb and track color */
scrollbar-width: 0px;
}
Expand Down
2 changes: 1 addition & 1 deletion static/CSS/navBarTemplate.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#topBar{
display: flex;
justify-content: space-between;
background-color:white ;
background-color:rgb(211, 198, 172) ;
height: 75px;
flex-wrap:nowrap;
box-shadow:0px 5px #1f1d1d;
Expand Down
Empty file modified svm_model.sav
100644 → 100755
Empty file.
Empty file modified testData.py
100644 → 100755
Empty file.

0 comments on commit 0ddc691

Please sign in to comment.