Spaces:
Build error
Build error
Update app.py
Browse fileschanged label stritch price to print cost.
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="🪡
|
| 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 |
|