haileyhalimj@gmail.com commited on
Commit
5ce2749
Β·
1 Parent(s): 8c95080

test removing the intiaialize_session_state

Browse files
Files changed (1) hide show
  1. 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"])