Spaces:
Running
Running
Update templates/result.html
Browse files- templates/result.html +2 -6
templates/result.html
CHANGED
@@ -406,12 +406,8 @@
|
|
406 |
<!-- Header with logo and title -->
|
407 |
<div class="header">
|
408 |
<div style="display: flex; align-items: center;">
|
409 |
-
|
410 |
-
|
411 |
-
<rect width="100" height="100" rx="20" fill="#3498db"/>
|
412 |
-
<text x="50" y="65" font-family="Arial" font-size="50" font-weight="bold" text-anchor="middle" fill="white">Aetheris AI</text>
|
413 |
-
</svg>
|
414 |
-
<h1 style="margin-left: 15px;">AI SBOM Generator</h1>
|
415 |
</div>
|
416 |
</div>
|
417 |
|
|
|
406 |
<!-- Header with logo and title -->
|
407 |
<div class="header">
|
408 |
<div style="display: flex; align-items: center;">
|
409 |
+
<img src="/static/images/AetherisAI(logo).png" alt="Aetheris AI Logo">
|
410 |
+
<h1>AI SBOM Generator</h1>
|
|
|
|
|
|
|
|
|
411 |
</div>
|
412 |
</div>
|
413 |
|