Skip to content

Commit

Permalink
update workflow element text
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Nov 28, 2024
1 parent d48a680 commit f22aa55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def workflow_output(

# Add output model benchmark report to the workflow
mb_relation_settings = sly.WorkflowSettings(
title="Model Evaluation",
title="Model Benchmark",
icon="assignment",
icon_color="#dcb0ff",
icon_bg_color="#faebff",
Expand All @@ -97,7 +97,7 @@ def workflow_output(
try:
# Add output model benchmark report to the workflow
comparison_relation_settings = sly.WorkflowSettings(
title="Model Evaluation",
title="Model Comparison",
icon="assignment",
icon_color="#ffc084",
icon_bg_color="#fff2e6",
Expand Down

0 comments on commit f22aa55

Please sign in to comment.