Lilli98 commited on
Commit
3fb14e8
·
verified ·
1 Parent(s): 37f756e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ from huggingface_hub import upload_file, HfApi
28
  # CONFIGURABLE PARAMETERS
29
  # ---------------------------
30
  # Classic Beer Game choices: choose 24 or 36 depending on experiment design
31
- DEFAULT_WEEKS = 24
32
  TRANSPORT_DELAY = 2 # shipments take 2 weeks to arrive
33
  ORDER_DELAY = 1 # orders incur 1-week processing delay (modeled via pipeline)
34
  INITIAL_INVENTORY = 12
 
28
  # CONFIGURABLE PARAMETERS
29
  # ---------------------------
30
  # Classic Beer Game choices: choose 24 or 36 depending on experiment design
31
+ DEFAULT_WEEKS = 36
32
  TRANSPORT_DELAY = 2 # shipments take 2 weeks to arrive
33
  ORDER_DELAY = 1 # orders incur 1-week processing delay (modeled via pipeline)
34
  INITIAL_INVENTORY = 12