Update app.py
Browse files
app.py
CHANGED
|
@@ -357,7 +357,7 @@ else:
|
|
| 357 |
st.markdown("This is a simulation of a supply chain. You will play against 3 AI agents. **You do not need any prior knowledge to play.** Please read these instructions carefully.")
|
| 358 |
|
| 359 |
st.subheader("1. Your Goal: Minimize Costs")
|
| 360 |
-
st.success("**
|
| 361 |
st.markdown("You get costs from two things every week:")
|
| 362 |
st.markdown(f"""
|
| 363 |
- **Holding Inventory:** **${HOLDING_COST:,.2f} per unit per week.
|
|
|
|
| 357 |
st.markdown("This is a simulation of a supply chain. You will play against 3 AI agents. **You do not need any prior knowledge to play.** Please read these instructions carefully.")
|
| 358 |
|
| 359 |
st.subheader("1. Your Goal: Minimize Costs")
|
| 360 |
+
st.success("**You Need to: Fulfill the order and Minimize the total cost for your position in the supply chain.**")
|
| 361 |
st.markdown("You get costs from two things every week:")
|
| 362 |
st.markdown(f"""
|
| 363 |
- **Holding Inventory:** **${HOLDING_COST:,.2f} per unit per week.
|