remove banana
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -401,7 +401,7 @@
|
|
| 401 |
// Enhanced mock data generation with more variety
|
| 402 |
function generateMockData(count = 200) {
|
| 403 |
const fruits = [
|
| 404 |
-
'apple', '
|
| 405 |
];
|
| 406 |
|
| 407 |
const ripeness = ['unripe', 'ripe', 'overripe'];
|
|
|
|
| 401 |
// Enhanced mock data generation with more variety
|
| 402 |
function generateMockData(count = 200) {
|
| 403 |
const fruits = [
|
| 404 |
+
'apple', 'mango', 'orange'
|
| 405 |
];
|
| 406 |
|
| 407 |
const ripeness = ['unripe', 'ripe', 'overripe'];
|