Spaces:
Running
Running
Update tab_manager.py
Browse files- 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 |
|