JVice commited on
Commit
c2a772a
β€’
1 Parent(s): d3e2c94

Update tab_manager.py

Browse files
Files changed (1) hide show
  1. tab_manager.py +2 -2
tab_manager.py CHANGED
@@ -120,7 +120,7 @@ def general_bias_eval_setup(tab, modelID, imagesTab):
120
 
121
  saveEvalsButton = st.button("Save + Upload Evaluations", key='SAVE_EVAL_GEN')
122
  if saveEvalsButton:
123
- st.success("Saved and uploaded evaluations!", icon="βœ…")
124
  user_evaluation_variables.update_evaluation_table('general',False)
125
  user_evaluation_variables.reset_variables('general')
126
 
@@ -193,7 +193,7 @@ def task_oriented_bias_eval_setup(tab, modelID, imagesTab):
193
 
194
  saveEvalsButton = st.button("Save + Upload Evaluations", key='SAVE_EVAL_TASK')
195
  if saveEvalsButton:
196
- st.success("Saved and uploaded evaluations!", icon="βœ…")
197
  user_evaluation_variables.update_evaluation_table('task-oriented', False)
198
  user_evaluation_variables.reset_variables('task-oriented')
199
 
 
120
 
121
  saveEvalsButton = st.button("Save + Upload Evaluations", key='SAVE_EVAL_GEN')
122
  if saveEvalsButton:
123
+ st.success("Saved and uploaded evaluations! (It may take a couple minutes to appear in the model comparison tab)", icon="βœ…")
124
  user_evaluation_variables.update_evaluation_table('general',False)
125
  user_evaluation_variables.reset_variables('general')
126
 
 
193
 
194
  saveEvalsButton = st.button("Save + Upload Evaluations", key='SAVE_EVAL_TASK')
195
  if saveEvalsButton:
196
+ st.success("Saved and uploaded evaluations! (It may take a couple minutes to appear in the model comparison tab)", icon="βœ…")
197
  user_evaluation_variables.update_evaluation_table('task-oriented', False)
198
  user_evaluation_variables.reset_variables('task-oriented')
199