Spaces:
Running
Running
Update templates/index.html
Browse files- 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><organization-or-username>/<model-name></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><organization-or-username>/<model-name></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">
|