a1c00l commited on
Commit
3447afb
·
verified ·
1 Parent(s): 7121f16

Update templates/result.html

Browse files
Files changed (1) hide show
  1. 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
- <img src="https://huggingface.co/spaces/aetheris-ai/aibom-generator/resolve/main/templates/images/AetherisAI-logo.png" alt="Aetheris AI Logo">
409
- <h1>AI SBOM Generator</h1>
410
- </div>
 
 
 
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">