a1c00l commited on
Commit
1b68812
·
verified ·
1 Parent(s): ac792dc

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -172,7 +172,7 @@
172
  <div class="form-section">
173
  <h2>Generate Your AI SBOM</h2>
174
  <p>
175
- 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. You can browse available models in the <a href="https://huggingface.co/models" target="_blank" rel="noopener noreferrer">Hugging Face models repository</a>.
176
  </p>
177
  <!-- Added id="sbom-form" to the form -->
178
  <form id="sbom-form" action="/generate" method="post">
 
172
  <div class="form-section">
173
  <h2>Generate Your AI SBOM</h2>
174
  <p>
175
+ Enter a model on Hugging Face, in a format <code>&lt;organization-or-username&gt;/&lt;model-name&gt;</code> (easy copy button), or model's URL, to generate AI SBOM in CycloneDX format. You can browse available models in the <a href="https://huggingface.co/models" target="_blank" rel="noopener noreferrer">Hugging Face models repository</a>.
176
  </p>
177
  <!-- Added id="sbom-form" to the form -->
178
  <form id="sbom-form" action="/generate" method="post">