a1c00l's picture
Update templates/index.html
ea2f717 verified
raw
history blame
519 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>AI SBOM Generator</title>
</head>
<body>
<h1>AI SBOM Generator</h1>
<p>
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.
</p>
<form action="/generate" method="post">
<input type="text" name="model_id" placeholder="" required>
<button type="submit">Generate AI SBOM</button>
</form>
</body>
</html>