Skip to content

Commit 143b42a

Browse files
committed
Enhance ASCII art in banner for improved console output
1 parent 8479977 commit 143b42a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/llm_authz_audit/output/banner.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414

1515
_ART = """\
16-
[bold #10b981]╦ ╦ ╔╦╗[/bold #10b981]
17-
[bold #10b981]║ ║ ║║║[/bold #10b981]
18-
[bold #10b981]╩═╝ ╩═╝ ╩ ╩[/bold #10b981] [bold #e2e8f0]authz[/bold #e2e8f0][#64748b]-[/#64748b][bold #10b981]audit[/bold #10b981]"""
16+
[bold #10b981]╦ ╦ ╔╦╗ ╔═╗ ╦ ╦ ╔╦╗ ╦ ╦ ╔═╗ ╔═╗ ╦ ╦ ╦═╗ ╦ ╔╦╗[/bold #10b981]
17+
[bold #10b981]║ ║ ║║║ ╠═╣ ║ ║ ║ ╠═╣ ╔═╝ ╠═╣ ║ ║ ║ ║ ║ ║[/bold #10b981]
18+
[bold #10b981]╩═╝ ╩═╝ ╩ ╩ ╩ ╩ ╚═╝ ╩ ╩ ╩ ╚══ ╩ ╩ ╚═╝ ╩═╝ ╩ ╩[/bold #10b981]"""
1919

2020
_TAGLINE = " Static Security Analyzer for LLM Applications"
2121
_URL = " https://github.com/aiauthz/llm-authz-audit"

0 commit comments

Comments
 (0)