keyinnovations commited on
Commit
8c017bb
·
verified ·
1 Parent(s): 6211243

Update app.py

Browse files

changed label stritch price to print cost.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -315,7 +315,7 @@ elif option == 'Screen Print':
315
 
316
  with col3:
317
  #st.metric(label="🎨 Print Option", value=entry["Options"])
318
- st.metric(label="🪡 Stitch Price (Per Unit)", value=f"${entry['Base Price Per Unit']:.2f}")
319
  st.metric(label="💸 Unit Selling Price", value=f"${entry['Unit Price After Margin']:.2f}")
320
  st.metric(label="💵 Total Selling Price", value=f"${entry['Total Selling Price']:.2f}")
321
 
 
315
 
316
  with col3:
317
  #st.metric(label="🎨 Print Option", value=entry["Options"])
318
+ st.metric(label="🪡 Print Cost (Per Unit)", value=f"${entry['Base Price Per Unit']:.2f}")
319
  st.metric(label="💸 Unit Selling Price", value=f"${entry['Unit Price After Margin']:.2f}")
320
  st.metric(label="💵 Total Selling Price", value=f"${entry['Total Selling Price']:.2f}")
321