a1c00l commited on
Commit
8d5187b
·
verified ·
1 Parent(s): 230ae77

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +10 -5
templates/index.html CHANGED
@@ -1,11 +1,16 @@
1
  <!DOCTYPE html>
2
  <html lang="en">
3
  <head>
4
- <meta charset="UTF-8">
5
- <title>AI SBOM Generator</title>
6
- </head>
7
- <body>
8
- <h1>AI SBOM Generator</h1>
 
 
 
 
 
9
  <p>
10
  Enter a model on Hugging Face, in a format <code>&lt;organization-or-username&gt;/&lt;model-name&gt;</code> to generate AI SBOM in CycloneDX format.
11
  </p>
 
1
  <!DOCTYPE html>
2
  <html lang="en">
3
  <head>
4
+ <body>
5
+ <!-- Header with logo and title -->
6
+ <div class="header">
7
+ <div class="header" style="display: flex; align-items: center; gap: 10px;">
8
+ <a href="https://aetheris.ai/" target="_blank">
9
+ <img src="https://huggingface.co/spaces/aetheris-ai/aibom-generator/resolve/main/templates/images/AetherisAI-logo.png" alt="Aetheris AI Logo" style="height: 60px;">
10
+ </a>
11
+ <h1 style="margin: 0;">AI SBOM Generator</h1>
12
+ </div>
13
+ </div>
14
  <p>
15
  Enter a model on Hugging Face, in a format <code>&lt;organization-or-username&gt;/&lt;model-name&gt;</code> to generate AI SBOM in CycloneDX format.
16
  </p>