github-actions[bot] commited on
Commit ·
e4a2c8c
1
Parent(s): bc24113
Deploy from GitHub Actions
Browse files
ui/pages/seasonal_maps.py
CHANGED
|
@@ -56,7 +56,7 @@ else:
|
|
| 56 |
reporting_end_month = st.sidebar.selectbox(
|
| 57 |
"Reporting Year End-Month",
|
| 58 |
options=range(1, 13),
|
| 59 |
-
index=
|
| 60 |
format_func=lambda x: pd.Timestamp(2000, x, 1).strftime("%B"), # Show month names
|
| 61 |
help="Select the last month of your reporting year. For example, if your reporting year ends in October, Q1 will be Nov-Jan, Q2 will be Feb-Apr, Q3 will be May-Jul, and Q4 will be Aug-Oct.",
|
| 62 |
key="seasonal_reporting_end_month",
|
|
|
|
| 56 |
reporting_end_month = st.sidebar.selectbox(
|
| 57 |
"Reporting Year End-Month",
|
| 58 |
options=range(1, 13),
|
| 59 |
+
index=11, # Default to December
|
| 60 |
format_func=lambda x: pd.Timestamp(2000, x, 1).strftime("%B"), # Show month names
|
| 61 |
help="Select the last month of your reporting year. For example, if your reporting year ends in October, Q1 will be Nov-Jan, Q2 will be Feb-Apr, Q3 will be May-Jul, and Q4 will be Aug-Oct.",
|
| 62 |
key="seasonal_reporting_end_month",
|