a1c00l commited on
Commit
581cefb
·
verified ·
1 Parent(s): 75d9d4e

Create result.html

Browse files
Files changed (1) hide show
  1. templates/result.html +14 -0
templates/result.html ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>AIBOM Generated</title>
6
+ </head>
7
+ <body>
8
+ <h2>AIBOM for model: {{ model_id }}</h2>
9
+ <h4>Completeness Score: {{ completeness_score }}</h4>
10
+ <pre>{{ aibom | tojson(indent=2) }}</pre>
11
+ <br>
12
+ <a href="/">Generate Another</a>
13
+ </body>
14
+ </html>