diff --git a/website/src/Bird_CNN.jsx b/website/src/Bird_CNN.jsx
index d5ff68c..894947e 100644
--- a/website/src/Bird_CNN.jsx
+++ b/website/src/Bird_CNN.jsx
@@ -96,7 +96,7 @@ function Bird_CNN() {
-
+
@@ -140,9 +140,7 @@ function Bird_CNN() {
Model Architecture
- 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. The model uses who knows how many layers, a dropout and multiple batchnormalsation.
+ The model used for classification is a convolutional neural network. The model uses who knows how many layers, a dropout and multiple batchnormalsation.