diff --git a/cli/main.py b/cli/main.py index c17ed185..f430a47e 100644 --- a/cli/main.py +++ b/cli/main.py @@ -62,10 +62,7 @@ def get_user_selections(): welcome_content += "[bold green]Litadel: Multi-Agents LLM Financial Trading Framework - CLI[/bold green]\n\n" welcome_content += "[dim]Successor of TradingAgents by TaurusResearch[/dim]\n\n" welcome_content += "[bold]Workflow Steps:[/bold]\n" - welcome_content += "I. Analyst Team → II. Research Team → III. Trader → IV. Risk Management → V. Portfolio Management\n\n" - welcome_content += ( - "[dim]Built by [Tauric Research](https://github.com/TauricResearch)[/dim]" - ) + welcome_content += "I. Analyst Team → II. Research Team → III. Trader → IV. Risk Management → V. Portfolio Management" # Create and center the welcome box welcome_box = Panel( diff --git a/cli/ui_display.py b/cli/ui_display.py index 54c24f0c..9674d819 100644 --- a/cli/ui_display.py +++ b/cli/ui_display.py @@ -30,8 +30,7 @@ def update_display(layout, message_buffer, spinner_text=None): # Header with welcome message layout["header"].update( Panel( - "[bold green]Welcome to Litadel CLI[/bold green]\n" - "[dim]© [Tauric Research](https://github.com/TauricResearch)[/dim]", + "[bold green]Welcome to Litadel CLI[/bold green]", title="Welcome to Litadel", border_style="green", padding=(1, 2),