Update app.py
Browse files
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 =
|
| 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
|