Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -321,7 +321,8 @@ elif menu == "Current":
|
|
321 |
item_association["Palmeras"] = item_count["Palmera"]
|
322 |
item_association["Infusiones"] = item_count["Infusi贸n"]
|
323 |
|
324 |
-
|
|
|
325 |
|
326 |
|
327 |
# drinks = row['Drinks'].split(", ") if isinstance(row['Drinks'], str) else []
|
|
|
321 |
item_association["Palmeras"] = item_count["Palmera"]
|
322 |
item_association["Infusiones"] = item_count["Infusi贸n"]
|
323 |
|
324 |
+
# Display total values
|
325 |
+
st.write(f"{key} x {value}" for key, value in item_association.items())
|
326 |
|
327 |
|
328 |
# drinks = row['Drinks'].split(", ") if isinstance(row['Drinks'], str) else []
|