ObtuseAglet commited on
Commit
757822b
·
1 Parent(s): e6f4063

Fix: update title in index.html and add python version to README.md

Browse files
Files changed (3) hide show
  1. .gitignore +1 -1
  2. README.md +1 -0
  3. index.html +1 -1
.gitignore CHANGED
@@ -7,6 +7,6 @@
7
  L_BOM.egg-info/
8
  build/
9
  .venv/
10
- .github/
11
  #python
12
  __pycache__/
 
7
  L_BOM.egg-info/
8
  build/
9
  .venv/
10
+
11
  #python
12
  __pycache__/
README.md CHANGED
@@ -4,6 +4,7 @@ emoji: 📚
4
  colorFrom: red
5
  colorTo: pink
6
  sdk: static
 
7
  pinned: true
8
  ---
9
 
 
4
  colorFrom: red
5
  colorTo: pink
6
  sdk: static
7
+ python: "3.13.12"
8
  pinned: true
9
  ---
10
 
index.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
- <title>L-BOM: Lightweight Model SBOM</title>
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
 
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
+ <title>GUI-BOM: L-BOM GUI Wrapper</title>
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>