Update app.py
Browse files
app.py
CHANGED
|
@@ -459,7 +459,8 @@ else:
|
|
| 459 |
'week': 'Week', f'{human_role}.opening_inventory': 'Opening Inv.',
|
| 460 |
f'{human_role}.opening_backlog': 'Opening Backlog', f'{human_role}.incoming_order': 'Incoming Order',
|
| 461 |
f'{human_role}.initial_order': 'Your Initial Order', f'{human_role}.ai_suggestion': 'AI Suggestion',
|
| 462 |
-
f'{human_role}.order_placed': 'Your Final Order', f'{human_role}.
|
|
|
|
| 463 |
}
|
| 464 |
display_cols = [col for col in human_cols.keys() if col in history_df.columns]
|
| 465 |
display_df = history_df[display_cols].rename(columns=human_cols)
|
|
|
|
| 459 |
'week': 'Week', f'{human_role}.opening_inventory': 'Opening Inv.',
|
| 460 |
f'{human_role}.opening_backlog': 'Opening Backlog', f'{human_role}.incoming_order': 'Incoming Order',
|
| 461 |
f'{human_role}.initial_order': 'Your Initial Order', f'{human_role}.ai_suggestion': 'AI Suggestion',
|
| 462 |
+
f'{human_role}.order_placed': 'Your Final Order', f'{human_role}.arriving_next_week': 'Arriving Next Week',
|
| 463 |
+
f'{human_role}.weekly_cost': 'Weekly Cost',
|
| 464 |
}
|
| 465 |
display_cols = [col for col in human_cols.keys() if col in history_df.columns]
|
| 466 |
display_df = history_df[display_cols].rename(columns=human_cols)
|