ivnban27-ctl commited on
Commit
e4b2ab3
·
verified ·
1 Parent(s): 2e742d6

Update pages/training_adherence.py

Browse files
Files changed (1) hide show
  1. pages/training_adherence.py +1 -1
pages/training_adherence.py CHANGED
@@ -9,7 +9,7 @@ from models.ta_models.config import QUESTION2PHASE, NAME2QUESTION, TA_OPTIONS
9
 
10
  st.set_page_config(page_title="Conversation Simulator - Scoring")
11
 
12
- if time.time() - st.session_state['last_message_ts'] > 2400: # > 40 min
13
  if not are_models_alive():
14
  st.switch_page("pages/model_loader.py")
15
 
 
9
 
10
  st.set_page_config(page_title="Conversation Simulator - Scoring")
11
 
12
+ if time.time() - st.session_state['first_message_ts'] > 1800: # > 30 min
13
  if not are_models_alive():
14
  st.switch_page("pages/model_loader.py")
15