Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +10 -5
templates/index.html
CHANGED
@@ -1,11 +1,16 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
<
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
9 |
<p>
|
10 |
Enter a model on Hugging Face, in a format <code><organization-or-username>/<model-name></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><organization-or-username>/<model-name></code> to generate AI SBOM in CycloneDX format.
|
16 |
</p>
|