Lilli98 commited on
Commit
9911559
·
verified ·
1 Parent(s): f8c9614

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("**Your single, most important goal is to: 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.
 
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.