ivangabriele commited on
Commit
a6a4402
·
verified ·
1 Parent(s): d800d6f

build: rename project to trl-sandbox

Browse files
Files changed (4) hide show
  1. README.md +5 -5
  2. public/index.html +2 -2
  3. pyproject.toml +1 -1
  4. uv.lock +1 -1
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
- title: TRL Example
3
- emoji: 🚀
4
- colorFrom: yellow
5
- colorTo: green
6
  sdk: docker
7
  pinned: false
8
  ---
9
 
10
- # TRL Example
 
1
  ---
2
+ title: TRL Playground
3
+ emoji: 🧪
4
+ colorFrom: gray
5
+ colorTo: gray
6
  sdk: docker
7
  pinned: false
8
  ---
9
 
10
+ # TRL Playground
public/index.html CHANGED
@@ -4,9 +4,9 @@
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
 
7
- <title>TRL Example</title>
8
  </head>
9
  <body>
10
- <h1>TRL Example</h1>
11
  </body>
12
  </html>
 
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
 
7
+ <title>TRL Sandbox</title>
8
  </head>
9
  <body>
10
+ <h1>TRL Sandbox</h1>
11
  </body>
12
  </html>
pyproject.toml CHANGED
@@ -1,5 +1,5 @@
1
  [project]
2
- name = "trl-example"
3
  version = "0.0.0"
4
  requires-python = "==3.12.*"
5
 
 
1
  [project]
2
+ name = "trl-sandbox"
3
  version = "0.0.0"
4
  requires-python = "==3.12.*"
5
 
uv.lock CHANGED
@@ -963,7 +963,7 @@ wheels = [
963
  ]
964
 
965
  [[package]]
966
- name = "trl-example"
967
  version = "0.0.0"
968
  source = { virtual = "." }
969
  dependencies = [
 
963
  ]
964
 
965
  [[package]]
966
+ name = "trl-sandbox"
967
  version = "0.0.0"
968
  source = { virtual = "." }
969
  dependencies = [