Lilli98 commited on
Commit
8e687c8
·
verified ·
1 Parent(s): aed25f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -458,6 +458,7 @@ else:
458
  * **Week 11 (System):** Your order arrives at the Factory (**{ORDER_PASSING_DELAY}w Order Delay**). Factory AI decides to produce 50.
459
  * **Week 12 (System):** Factory finishes producing 50 (**{FACTORY_LEAD_TIME}w Production Delay**) & ships it.
460
  * **Week 13 (System):** The 50 units arrive at your warehouse (**{FACTORY_SHIPPING_DELAY}w Shipping Delay**).
 
461
  **Conclusion:** Think 3 weeks ahead! Your order in Week 10 arrives at the start of Week 13.
462
  """)
463
 
@@ -497,7 +498,7 @@ else:
497
  * `Inventory`: Your stock **at the beginning of the week**. This is the inventory carried over from the end of last week.
498
  * `Backlog`: Unfilled orders **carried over from the end of last week**.
499
  * `Incoming Order`: The specific order quantity that **will arrive** from the Wholesaler *during* this week (Step 2).
500
- * `Shipment Arriving (Next Week)`: The quantity scheduled to arrive at the start of the *next* week (Week {week+1}).
501
  * `Your Total Cumulative Cost`: Sum of all weekly costs up to the **end of last week**.
502
  * `Cost Last Week`: The specific cost incurred just **last week**.
503
 
@@ -510,7 +511,6 @@ else:
510
  """)
511
  # ==============================================================================
512
 
513
-
514
  st.markdown("---")
515
  st.header("⚙️ Game Configuration")
516
  c1, c2 = st.columns(2)
 
458
  * **Week 11 (System):** Your order arrives at the Factory (**{ORDER_PASSING_DELAY}w Order Delay**). Factory AI decides to produce 50.
459
  * **Week 12 (System):** Factory finishes producing 50 (**{FACTORY_LEAD_TIME}w Production Delay**) & ships it.
460
  * **Week 13 (System):** The 50 units arrive at your warehouse (**{FACTORY_SHIPPING_DELAY}w Shipping Delay**).
461
+
462
  **Conclusion:** Think 3 weeks ahead! Your order in Week 10 arrives at the start of Week 13.
463
  """)
464
 
 
498
  * `Inventory`: Your stock **at the beginning of the week**. This is the inventory carried over from the end of last week.
499
  * `Backlog`: Unfilled orders **carried over from the end of last week**.
500
  * `Incoming Order`: The specific order quantity that **will arrive** from the Wholesaler *during* this week (Step 2).
501
+ * `Shipment Arriving (Next Week)`: The quantity scheduled to arrive at the start of the **next week**.
502
  * `Your Total Cumulative Cost`: Sum of all weekly costs up to the **end of last week**.
503
  * `Cost Last Week`: The specific cost incurred just **last week**.
504
 
 
511
  """)
512
  # ==============================================================================
513
 
 
514
  st.markdown("---")
515
  st.header("⚙️ Game Configuration")
516
  c1, c2 = st.columns(2)