a1c00l commited on
Commit
886e985
·
verified ·
1 Parent(s): 6afa896

Update templates/result.html

Browse files
Files changed (1) hide show
  1. templates/result.html +7 -3
templates/result.html CHANGED
@@ -609,8 +609,6 @@
609
  <!-- Added header-content div -->
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
 
@@ -1107,12 +1105,18 @@
1107
  <a href="https://www.linkedin.com/company/aetheris-ai" target="_blank" rel="noopener noreferrer">@Aetheris AI</a>
1108
  </p>
1109
  </div>
 
 
 
 
 
 
1110
 
1111
  <!-- Footer -->
1112
  <div class="footer">
1113
  <p>© 2025 AI SBOM Generator | Powered by Aetheris AI</p>
1114
  </div>
1115
- </div>
1116
 
1117
  <script>
1118
  function switchTab(tabId) {
 
609
  <!-- Added header-content div -->
610
  <div class="header-content">
611
  <h1>AI SBOM Generator</h1>
 
 
612
  </div>
613
  </div>
614
 
 
1105
  <a href="https://www.linkedin.com/company/aetheris-ai" target="_blank" rel="noopener noreferrer">@Aetheris AI</a>
1106
  </p>
1107
  </div>
1108
+
1109
+ <!-- Info Section -->
1110
+ <div class="content-section" style="text-align: center;>
1111
+ <!-- Display the SBOM count -->
1112
+ <div class="sbom-count">🚀 Generated AI SBOMs using this tool: <strong>{{ sbom_count if sbom_count else 'N/A' }}</strong></div>
1113
+ </div>
1114
 
1115
  <!-- Footer -->
1116
  <div class="footer">
1117
  <p>© 2025 AI SBOM Generator | Powered by Aetheris AI</p>
1118
  </div>
1119
+ </div>
1120
 
1121
  <script>
1122
  function switchTab(tabId) {