Spaces:
Running
Running
Update src/app_job_copy_1.py
Browse files- 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]:
|