MarcosRodrigo commited on
Commit
5d94f2d
verified
1 Parent(s): 8d59648

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- st.write(item_association)
 
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 []