Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- README.md +3 -3
- requirements.txt +1 -1
- src/frontend/package-lock.json +4 -4
- src/frontend/package.json +1 -1
- src/pyproject.toml +3 -3
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
|
2 |
---
|
3 |
tags: [gradio-custom-component, gradio-template-SimpleTextbox]
|
4 |
-
title: gradio_rich_textbox V0.
|
5 |
-
colorFrom:
|
6 |
-
colorTo:
|
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 |
+
gradio_rich_textbox-0.2.0-py3-none-any.whl
|
src/frontend/package-lock.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
{
|
2 |
-
"name": "
|
3 |
-
"version": "0.
|
4 |
"lockfileVersion": 3,
|
5 |
"requires": true,
|
6 |
"packages": {
|
7 |
"": {
|
8 |
-
"name": "
|
9 |
-
"version": "0.
|
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.
|
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.
|
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/
|
47 |
|
48 |
[tool.hatch.build.targets.wheel]
|
49 |
-
packages = ["/backend/
|
|
|
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"]
|