1 parent fc580e3 commit c968c2fCopy full SHA for c968c2f
1 file changed
src/llm_x/print.py
@@ -16,12 +16,12 @@
16
console = Console(color_system="truecolor", force_terminal=True)
17
18
LLM_X_LOGO = """
19
- __ __ __ ___ _ __
20
- / / / / / |/ / | |/ /
21
- / / / / / /|_/ /_____| /
22
- / /___/ /___/ / / /_____/ |
23
-/_____/_____/_/ /_/ /_/|_|
24
-
+██╗ ██╗ ███╗ ███╗ ██╗ ██╗
+██║ ██║ ████╗ ████║ ╚██╗██╔╝
+██║ ██║ ██╔████╔██║█████╗╚███╔╝
+██║ ██║ ██║╚██╔╝██║╚════╝██╔██╗
+███████╗███████╗██║ ╚═╝ ██║ ██╔╝ ██╗
+╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝
25
"""
26
27
def display_report(data: dict):
0 commit comments