mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 06:09:55 +02:00
feat(Clean up html):
This commit is contained in:
@@ -58,9 +58,6 @@
|
||||
<i class="text-earth-1" data-lucide="triangle"></i>
|
||||
</div>
|
||||
<div class="header__actions flex items-center space-x-4">
|
||||
<!-- <button class="btn btn--primary disabled"> <span
|
||||
data-lucide="square-stack"></span><span
|
||||
class="hidden lg:inline">Upload prompts</span> </button> -->
|
||||
<a href="https://github.com/msoedov/langalf" target="_blank"
|
||||
rel="noreferrer"
|
||||
class="github-link flex items-center gap-4 hover:text-accent focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-accent"
|
||||
@@ -70,7 +67,7 @@
|
||||
d="..."></path></svg>
|
||||
<span class="hidden lg:inline">Docs</span>
|
||||
</a>
|
||||
<a href="https://github.com/arekusandr/langalf" target="_blank"
|
||||
<!-- <a href="https://github.com/msoedov/langalf" target="_blank"
|
||||
rel="noreferrer"
|
||||
class="github-link flex items-center gap-4 hover:text-accent focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-accent"
|
||||
aria-label="Star on GitHub">
|
||||
@@ -79,7 +76,7 @@
|
||||
d="..."></path></svg>
|
||||
<span class="hidden lg:inline">Github</span>
|
||||
<i data-lucide="github">I</i>
|
||||
</a>
|
||||
</a> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -139,7 +136,6 @@
|
||||
LLM API Spec, PROMPT variable will be replaced with the
|
||||
testing prompt
|
||||
|
||||
<!-- <button :click="hide">hide^</button> -->
|
||||
</label>
|
||||
<textarea
|
||||
class="border-input shadow appearance-none border custom-textarea rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline"
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "langalf"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
description = "Agentic LLM vulnerability scanner"
|
||||
authors = ["Alexander Miasoiedov <msoedov@gmail.com>"]
|
||||
maintainers = ["Alexander Miasoiedov <msoedov@gmail.com>"]
|
||||
|
||||
Reference in New Issue
Block a user