From 52dc353593f84f6f7b8356405949922776a63a1c Mon Sep 17 00:00:00 2001 From: CI-DEV <154627941+IlumCI@users.noreply.github.com> Date: Mon, 25 Aug 2025 18:42:35 +0300 Subject: [PATCH] Update formatter.py --- swarms/utils/formatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarms/utils/formatter.py b/swarms/utils/formatter.py index 784a9258..650ae35d 100644 --- a/swarms/utils/formatter.py +++ b/swarms/utils/formatter.py @@ -592,7 +592,7 @@ class Formatter: def print_agent_dashboard( self, agents_data: List[Dict[str, Any]], - title: str = "🤖 Agent Dashboard", + title: str = "Concurrent Workflow Dashboard", is_final: bool = False, ) -> None: """