a1c00l commited on
Commit
ea2f717
·
verified ·
1 Parent(s): 36c13eb

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -7,7 +7,7 @@
7
  <body>
8
  <h1>AI SBOM Generator</h1>
9
  <p>
10
- Enter Hugging Face model, in a format <code>&lt;organization-or-username&gt;/&lt;model-name&gt;</code> to generate AI SBOM in CycloneDX format.
11
  </p>
12
  <form action="/generate" method="post">
13
  <input type="text" name="model_id" placeholder="" required>
 
7
  <body>
8
  <h1>AI SBOM Generator</h1>
9
  <p>
10
+ Enter a model on Hugging Face, in a format <code>&lt;organization-or-username&gt;/&lt;model-name&gt;</code> to generate AI SBOM in CycloneDX format.
11
  </p>
12
  <form action="/generate" method="post">
13
  <input type="text" name="model_id" placeholder="" required>