diff --git a/cnn_website/src/Bird_CNN.css b/cnn_website/src/Bird_CNN.css index b4fcaad..6b2c91e 100644 --- a/cnn_website/src/Bird_CNN.css +++ b/cnn_website/src/Bird_CNN.css @@ -63,7 +63,7 @@ a:hover { flex-wrap: wrap; overflow: hidden; border-radius: 12px; - margin: 180px 50px 0px 50px; + margin: 180px 50px 50px 50px; } .image-box { diff --git a/cnn_website/src/Bird_CNN.jsx b/cnn_website/src/Bird_CNN.jsx index 43675be..1c1dedd 100644 --- a/cnn_website/src/Bird_CNN.jsx +++ b/cnn_website/src/Bird_CNN.jsx @@ -123,7 +123,7 @@ function Bird_CNN() {
The model used for classification is a convolutional neural network (CNN) based on depthwise separable convolutions, as introduced in the Xception: Deep Learning with Depthwise Separable Convolutions - paper by François Chollet. It uses who knows how many layers, a dropout and multiple batchnormalsation. + paper by François Chollet. The model uses who knows how many layers, a dropout and multiple batchnormalsation.