Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 =
|
| 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 = 24
|
| 32 |
INITIAL_INVENTORY = 12
|
| 33 |
INITIAL_BACKLOG = 0
|
| 34 |
ORDER_PASSING_DELAY = 1 # Handled by last_week_orders
|