Continuing work removing legacy functions and implementing UI changes
Build Library / Build Library (push) Failing after 3m58s

This commit is contained in:
2025-11-10 15:17:07 -05:00
parent a498a94199
commit d9cbce6175
10 changed files with 188 additions and 159 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class MultiAgentSelector(Widget):
def compose(self):
yield Header(show_clock=True, icon="")
title_text = Static("🖧 Multi-Agent Selector", id="selector_title")
title_text = Static("🖧 Agent Selector", id="selector_title")
title_text.styles.margin = (0, 0, 0, 1)
yield title_text