Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Commit 路
6132a19
1
Parent(s): ad9fcf9
Indent ASCII banner to match all other output
Browse files
agent/utils/terminal_display.py
CHANGED
|
@@ -33,11 +33,11 @@ def print_banner() -> None:
|
|
| 33 |
D = "\033[38;2;180;140;40m" # dimmer gold for accents
|
| 34 |
R = "\033[0m"
|
| 35 |
art = f"""
|
| 36 |
-
{Y} _ _ _ ___ _ _ {R}
|
| 37 |
-
{Y}| || |_ _ __ _ __ _(_)_ _ __ _ | __|_ _ __ ___ /_\\ __ _ ___ _ _| |_ {R}
|
| 38 |
-
{Y}| __ | || / _` / _` | | ' \\/ _` | | _/ _` / _/ -_) / _ \\/ _` / -_) ' \\ _|{R}
|
| 39 |
-
{Y}|_||_|\\_,_\\__, \\__, |_|_||_\\__, | |_|\\__,_\\__\\___| /_/ \\_\\__, \\___|_||_\\__|{R}
|
| 40 |
-
{D} |___/|___/ |___/ |___/ {R}
|
| 41 |
"""
|
| 42 |
_console.print(art, highlight=False)
|
| 43 |
_console.print(f"{_I}[dim]馃 /help for commands 路 /quit to exit[/dim]\n")
|
|
|
|
| 33 |
D = "\033[38;2;180;140;40m" # dimmer gold for accents
|
| 34 |
R = "\033[0m"
|
| 35 |
art = f"""
|
| 36 |
+
{_I}{Y} _ _ _ ___ _ _ {R}
|
| 37 |
+
{_I}{Y}| || |_ _ __ _ __ _(_)_ _ __ _ | __|_ _ __ ___ /_\\ __ _ ___ _ _| |_ {R}
|
| 38 |
+
{_I}{Y}| __ | || / _` / _` | | ' \\/ _` | | _/ _` / _/ -_) / _ \\/ _` / -_) ' \\ _|{R}
|
| 39 |
+
{_I}{Y}|_||_|\\_,_\\__, \\__, |_|_||_\\__, | |_|\\__,_\\__\\___| /_/ \\_\\__, \\___|_||_\\__|{R}
|
| 40 |
+
{_I}{D} |___/|___/ |___/ |___/ {R}
|
| 41 |
"""
|
| 42 |
_console.print(art, highlight=False)
|
| 43 |
_console.print(f"{_I}[dim]馃 /help for commands 路 /quit to exit[/dim]\n")
|