pythontech9 commited on
Commit
dd61407
·
verified ·
1 Parent(s): 73e06e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ IMAGE_FOLDER = "IMAGES/"
9
 
10
  # Dictionary of words associated with each letter
11
  letter_words = {
12
- "A": "Apple", "B": "Bat", "C": "Cat", "D": "Duck", "E": "Eyes"
13
  }
14
 
15
  # Load all alphabet images into a dictionary {Letter: Image Path}
 
9
 
10
  # Dictionary of words associated with each letter
11
  letter_words = {
12
+ "A": "Apple", "B": "Bat", "C": "Cat", "D": "Duck", "E": "Eyes", "F": "Fish"
13
  }
14
 
15
  # Load all alphabet images into a dictionary {Letter: Image Path}