haileyhalimj@gmail.com
commited on
Commit
Β·
5ce2749
1
Parent(s):
8c95080
test removing the intiaialize_session_state
Browse files- ui/pages/config_page.py +1 -1
ui/pages/config_page.py
CHANGED
|
@@ -23,7 +23,7 @@ def render_config_page():
|
|
| 23 |
st.markdown("Adjust the settings for your workforce optimization. These settings control how the system schedules employees and calculates costs.")
|
| 24 |
|
| 25 |
# Initialize session state for all configuration values
|
| 26 |
-
initialize_session_state()
|
| 27 |
|
| 28 |
# Create tabs for better organization
|
| 29 |
tab1, tab2, tab3, tab4, tab5 = st.tabs(["π
Schedule", "π₯ Workforce", "π Operations", "π° Cost", "π Data Selection"])
|
|
|
|
| 23 |
st.markdown("Adjust the settings for your workforce optimization. These settings control how the system schedules employees and calculates costs.")
|
| 24 |
|
| 25 |
# Initialize session state for all configuration values
|
| 26 |
+
# initialize_session_state()
|
| 27 |
|
| 28 |
# Create tabs for better organization
|
| 29 |
tab1, tab2, tab3, tab4, tab5 = st.tabs(["π
Schedule", "π₯ Workforce", "π Operations", "π° Cost", "π Data Selection"])
|