Lilli98 commited on
Commit
6c55a67
·
verified ·
1 Parent(s): 8e1a33a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ st.set_page_config(page_title="Beer Game: Human-AI Collaboration", layout="wide"
28
  # 2. Game Parameters & API Configuration
29
  # -----------------------------------------------------------------------------
30
  # --- Game Parameters ---
31
- WEEKS = 24
32
  INITIAL_INVENTORY = 12
33
  INITIAL_BACKLOG = 0
34
  ORDER_PASSING_DELAY = 1 # Handled by last_week_orders
 
28
  # 2. Game Parameters & API Configuration
29
  # -----------------------------------------------------------------------------
30
  # --- Game Parameters ---
31
+ WEEKS = 2
32
  INITIAL_INVENTORY = 12
33
  INITIAL_BACKLOG = 0
34
  ORDER_PASSING_DELAY = 1 # Handled by last_week_orders