a1c00l commited on
Commit
4909daa
·
verified ·
1 Parent(s): cd9dce6

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -3
templates/index.html CHANGED
@@ -2,13 +2,13 @@
2
  <html lang="en">
3
  <head>
4
  <meta charset="UTF-8">
5
- <title>AIBOM Generator</title>
6
  </head>
7
  <body>
8
- <h2>AIBOM Generator</h2>
9
  <form action="/generate" method="post">
10
  <input type="text" name="model_id" placeholder="Enter Hugging Face Model ID" required>
11
- <button type="submit">Generate AIBOM</button>
12
  </form>
13
  </body>
14
  </html>
 
2
  <html lang="en">
3
  <head>
4
  <meta charset="UTF-8">
5
+ <title>AI SBOM Generator</title>
6
  </head>
7
  <body>
8
+ <h2>AI SBOM Generator</h2>
9
  <form action="/generate" method="post">
10
  <input type="text" name="model_id" placeholder="Enter Hugging Face Model ID" required>
11
+ <button type="submit">Generate AI SBOM</button>
12
  </form>
13
  </body>
14
  </html>