Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +3 -3
templates/index.html
CHANGED
@@ -2,13 +2,13 @@
|
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
-
<title>
|
6 |
</head>
|
7 |
<body>
|
8 |
-
<h2>
|
9 |
<form action="/generate" method="post">
|
10 |
<input type="text" name="model_id" placeholder="Enter Hugging Face Model ID" required>
|
11 |
-
<button type="submit">Generate
|
12 |
</form>
|
13 |
</body>
|
14 |
</html>
|
|
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
+
<title>AI SBOM Generator</title>
|
6 |
</head>
|
7 |
<body>
|
8 |
+
<h2>AI SBOM Generator</h2>
|
9 |
<form action="/generate" method="post">
|
10 |
<input type="text" name="model_id" placeholder="Enter Hugging Face Model ID" required>
|
11 |
+
<button type="submit">Generate AI SBOM</button>
|
12 |
</form>
|
13 |
</body>
|
14 |
</html>
|