Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -295,13 +295,13 @@ elif menu == "Current":
|
|
| 295 |
"Caf茅": len([x for x in drinks if x == "Caf茅"]),
|
| 296 |
"Infusi贸n": len([x for x in drinks if x == "Infusi贸n"]),
|
| 297 |
"Colacao": len([x for x in drinks if x == "Colacao"]),
|
| 298 |
-
"Barrita aceite": len([x for x in
|
| 299 |
-
"Barrita tomate": len([x for x in
|
| 300 |
-
"Napolitana": len([x for x in
|
| 301 |
-
"Palmera": len([x for x in
|
| 302 |
-
"Tortilla": len([x for x in
|
| 303 |
-
"Croissant": len([x for x in
|
| 304 |
-
"Yogurt": len([x for x in
|
| 305 |
}
|
| 306 |
|
| 307 |
# Make associations
|
|
|
|
| 295 |
"Caf茅": len([x for x in drinks if x == "Caf茅"]),
|
| 296 |
"Infusi贸n": len([x for x in drinks if x == "Infusi贸n"]),
|
| 297 |
"Colacao": len([x for x in drinks if x == "Colacao"]),
|
| 298 |
+
"Barrita aceite": len([x for x in foods if x == "Barrita aceite"]),
|
| 299 |
+
"Barrita tomate": len([x for x in foods if x == "Barrita tomate"]),
|
| 300 |
+
"Napolitana": len([x for x in foods if x == "Napolitana"]),
|
| 301 |
+
"Palmera": len([x for x in foods if x == "Palmeras"]),
|
| 302 |
+
"Tortilla": len([x for x in foods if x == "Tortilla"]),
|
| 303 |
+
"Croissant": len([x for x in foods if x == "Croissant"]),
|
| 304 |
+
"Yogurt": len([x for x in foods if x == "Yogurt"]),
|
| 305 |
}
|
| 306 |
|
| 307 |
# Make associations
|