abidlabs HF staff commited on
Commit
788dda4
1 Parent(s): 67d4f72

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -1,9 +1,9 @@
1
 
2
  ---
3
  tags: [gradio-custom-component, gradio-template-SimpleTextbox]
4
- title: gradio_rich_textbox V0.1.0
5
- colorFrom: pink
6
- colorTo: indigo
7
  sdk: docker
8
  pinned: false
9
  license: apache-2.0
 
1
 
2
  ---
3
  tags: [gradio-custom-component, gradio-template-SimpleTextbox]
4
+ title: gradio_rich_textbox V0.2.0
5
+ colorFrom: blue
6
+ colorTo: green
7
  sdk: docker
8
  pinned: false
9
  license: apache-2.0
requirements.txt CHANGED
@@ -1 +1 @@
1
- gradio_rich_textbox-0.1.0-py3-none-any.whl
 
1
+ gradio_rich_textbox-0.2.0-py3-none-any.whl
src/frontend/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
- "name": "gradio_richtextbox",
3
- "version": "0.1.0-beta.1",
4
  "lockfileVersion": 3,
5
  "requires": true,
6
  "packages": {
7
  "": {
8
- "name": "gradio_richtextbox",
9
- "version": "0.1.0-beta.1",
10
  "license": "ISC",
11
  "dependencies": {
12
  "@gradio/atoms": "0.2.0-beta.5",
 
1
  {
2
+ "name": "gradio_rich_textbox",
3
+ "version": "0.2.0-beta.1",
4
  "lockfileVersion": 3,
5
  "requires": true,
6
  "packages": {
7
  "": {
8
+ "name": "gradio_rich_textbox",
9
+ "version": "0.2.0-beta.1",
10
  "license": "ISC",
11
  "dependencies": {
12
  "@gradio/atoms": "0.2.0-beta.5",
src/frontend/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "gradio_rich_textbox",
3
- "version": "0.1.0-beta.1",
4
  "description": "Gradio UI packages",
5
  "type": "module",
6
  "author": "",
 
1
  {
2
  "name": "gradio_rich_textbox",
3
+ "version": "0.2.0-beta.1",
4
  "description": "Gradio UI packages",
5
  "type": "module",
6
  "author": "",
src/pyproject.toml CHANGED
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
8
 
9
  [project]
10
  name = "gradio_rich_textbox"
11
- version = "0.1.0"
12
  description = "Gradio custom component for rich text input"
13
  readme = "README.md"
14
  license = "Apache-2.0"
@@ -43,7 +43,7 @@ classifiers = [
43
  dev = ["build", "twine"]
44
 
45
  [tool.hatch.build]
46
- artifacts = ["/backend/gradio_richtextbox/templates", "*.pyi", "backend/gradio_rich_textbox/templates"]
47
 
48
  [tool.hatch.build.targets.wheel]
49
- packages = ["/backend/gradio_richtextbox"]
 
8
 
9
  [project]
10
  name = "gradio_rich_textbox"
11
+ version = "0.2.0"
12
  description = "Gradio custom component for rich text input"
13
  readme = "README.md"
14
  license = "Apache-2.0"
 
43
  dev = ["build", "twine"]
44
 
45
  [tool.hatch.build]
46
+ artifacts = ["/backend/gradio_rich_textbox/templates", "*.pyi", "backend/gradio_rich_textbox/templates", "backend/gradio_rich_textbox/templates", "backend/gradio_rich_textbox/templates"]
47
 
48
  [tool.hatch.build.targets.wheel]
49
+ packages = ["/backend/gradio_rich_textbox"]