Spaces:
Running
Running
Update templates/result.html
Browse files- templates/result.html +1 -1
templates/result.html
CHANGED
@@ -610,7 +610,7 @@
|
|
610 |
<div class="header-content">
|
611 |
<h1>AI SBOM Generator</h1>
|
612 |
<!-- Display the SBOM count -->
|
613 |
-
<div class="sbom-count">Generated AI SBOMs using this tool: <strong>{{ sbom_count if sbom_count else
|
614 |
</div>
|
615 |
</div>
|
616 |
|
|
|
610 |
<div class="header-content">
|
611 |
<h1>AI SBOM Generator</h1>
|
612 |
<!-- Display the SBOM count -->
|
613 |
+
<div class="sbom-count">Generated AI SBOMs using this tool: <strong>{{ sbom_count if sbom_count else 'N/A' }}</strong></div>
|
614 |
</div>
|
615 |
</div>
|
616 |
|