a1c00l commited on
Commit
ac792dc
·
verified ·
1 Parent(s): f8c09bf

Update templates/result.html

Browse files
Files changed (1) hide show
  1. 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 \'N/A\' }}</strong></div>
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