mrwhy06 commited on
Commit
cbb4b2c
·
verified ·
1 Parent(s): 8c2f527

remove banana

Browse files
Files changed (1) hide show
  1. 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', 'banana', 'mango', 'orange'
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'];