a1c00l commited on
Commit
555ef5e
·
verified ·
1 Parent(s): 886e985

Update templates/error.html

Browse files
Files changed (1) hide show
  1. templates/error.html +7 -3
templates/error.html CHANGED
@@ -182,8 +182,6 @@
182
  <!-- Added header-content div -->
183
  <div class="header-content">
184
  <h1>AI SBOM Generator</h1>
185
- <!-- Display the SBOM count -->
186
- <div class="sbom-count">Generated AI SBOMs using this tool: <strong>{{ sbom_count if sbom_count else 'N/A' }}</strong></div>
187
  </div>
188
  </div>
189
 
@@ -202,7 +200,13 @@
202
  <h2>Need Help?</h2>
203
  <p>If the error persists, please log an issue on our <a href="https://github.com/aetheris-ai/aibom-generator/issues" target="_blank" rel="noopener noreferrer">GitHub issues page</a>. Include the error message above and any additional details that might help us troubleshoot the problem.</p>
204
  </div>
205
-
 
 
 
 
 
 
206
  <!-- Footer -->
207
  <div class="footer">
208
  <p>© 2025 AI SBOM Generator | Powered by Aetheris AI</p>
 
182
  <!-- Added header-content div -->
183
  <div class="header-content">
184
  <h1>AI SBOM Generator</h1>
 
 
185
  </div>
186
  </div>
187
 
 
200
  <h2>Need Help?</h2>
201
  <p>If the error persists, please log an issue on our <a href="https://github.com/aetheris-ai/aibom-generator/issues" target="_blank" rel="noopener noreferrer">GitHub issues page</a>. Include the error message above and any additional details that might help us troubleshoot the problem.</p>
202
  </div>
203
+
204
+ <!-- Info Section -->
205
+ <div class="content-section" style="text-align: center;>
206
+ <!-- Display the SBOM count -->
207
+ <div class="sbom-count">🚀 Generated AI SBOMs using this tool: <strong>{{ sbom_count if sbom_count else 'N/A' }}</strong></div>
208
+ </div>
209
+
210
  <!-- Footer -->
211
  <div class="footer">
212
  <p>© 2025 AI SBOM Generator | Powered by Aetheris AI</p>