Spaces:
Running
Running
Update templates/result.html
Browse files- templates/result.html +2 -1
templates/result.html
CHANGED
@@ -7,6 +7,7 @@
|
|
7 |
<body>
|
8 |
<a href="/">Generate another AI SBOM</a>
|
9 |
<h2>AI SBOM is generated for {{ model_id }}</h2>
|
|
|
10 |
|
11 |
<h3>
|
12 |
Download AI SBOM in CycloneDX format for {{ model_id }}
|
@@ -27,4 +28,4 @@
|
|
27 |
}
|
28 |
</script>
|
29 |
</body>
|
30 |
-
</html>
|
|
|
7 |
<body>
|
8 |
<a href="/">Generate another AI SBOM</a>
|
9 |
<h2>AI SBOM is generated for {{ model_id }}</h2>
|
10 |
+
<h4>Completeness Score: {{ completeness_score }}</h4>
|
11 |
|
12 |
<h3>
|
13 |
Download AI SBOM in CycloneDX format for {{ model_id }}
|
|
|
28 |
}
|
29 |
</script>
|
30 |
</body>
|
31 |
+
</html>
|