Spaces:
Running
Running
Update templates/result.html
Browse files- templates/result.html +6 -3
templates/result.html
CHANGED
@@ -405,9 +405,12 @@
|
|
405 |
<body>
|
406 |
<!-- Header with logo and title -->
|
407 |
<div class="header">
|
408 |
-
|
409 |
-
|
410 |
-
|
|
|
|
|
|
|
411 |
</div>
|
412 |
|
413 |
<div class="container">
|
|
|
405 |
<body>
|
406 |
<!-- Header with logo and title -->
|
407 |
<div class="header">
|
408 |
+
<div class="header" style="display: flex; align-items: center; gap: 10px;">
|
409 |
+
<a href="https://aetheris.ai/" target="_blank">
|
410 |
+
<img src="https://huggingface.co/spaces/aetheris-ai/aibom-generator/resolve/main/templates/images/AetherisAI-logo.png" alt="Aetheris AI Logo" style="height: 60px;">
|
411 |
+
</a>
|
412 |
+
<h1 style="margin: 0;">AI SBOM Generator</h1>
|
413 |
+
</div>
|
414 |
</div>
|
415 |
|
416 |
<div class="container">
|