ak0601 commited on
Commit
12b083f
·
verified ·
1 Parent(s): 909cd08

Update src/app_job_copy_1.py

Browse files
Files changed (1) hide show
  1. src/app_job_copy_1.py +1 -0
src/app_job_copy_1.py CHANGED
@@ -443,6 +443,7 @@ def display_job_selection(jobs_df, candidates_df, sh):
443
  st.session_state.stop_processing_flag = True
444
  st.cache_data.clear()
445
  st.warning("Stop request sent. Processing will halt shortly.")
 
446
 
447
  # Processing
448
  if st.session_state[job_is_processing_key]:
 
443
  st.session_state.stop_processing_flag = True
444
  st.cache_data.clear()
445
  st.warning("Stop request sent. Processing will halt shortly.")
446
+ st.rerun()
447
 
448
  # Processing
449
  if st.session_state[job_is_processing_key]: