Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +6 -3
templates/index.html
CHANGED
@@ -5,10 +5,13 @@
|
|
5 |
<title>AI SBOM Generator</title>
|
6 |
</head>
|
7 |
<body>
|
8 |
-
<
|
|
|
|
|
|
|
9 |
<form action="/generate" method="post">
|
10 |
-
<input type="text" name="model_id" placeholder="
|
11 |
<button type="submit">Generate AI SBOM</button>
|
12 |
</form>
|
13 |
</body>
|
14 |
-
</html>
|
|
|
5 |
<title>AI SBOM Generator</title>
|
6 |
</head>
|
7 |
<body>
|
8 |
+
<h1>AI SBOM Generator</h1>
|
9 |
+
<p>
|
10 |
+
Enter Hugging Face model, in a format <code><organization-or-username>/<model-name></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>
|
14 |
<button type="submit">Generate AI SBOM</button>
|
15 |
</form>
|
16 |
</body>
|
17 |
+
</html>
|