Update app.py
Browse files
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}
|