Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- README.md +1 -1
- space.py +1 -1
- src/README.md +1 -1
- src/demo/space.py +1 -1
- src/pyproject.toml +1 -1
README.md
CHANGED
|
@@ -12,7 +12,7 @@ app_file: space.py
|
|
| 12 |
# `gradio_markdownlabel`
|
| 13 |
<a href="https://pypi.org/project/gradio_markdownlabel/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_markdownlabel"></a>
|
| 14 |
|
| 15 |
-
|
| 16 |
|
| 17 |
## Installation
|
| 18 |
|
|
|
|
| 12 |
# `gradio_markdownlabel`
|
| 13 |
<a href="https://pypi.org/project/gradio_markdownlabel/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_markdownlabel"></a>
|
| 14 |
|
| 15 |
+
Editable Markdown component with label functionality
|
| 16 |
|
| 17 |
## Installation
|
| 18 |
|
space.py
CHANGED
|
@@ -24,7 +24,7 @@ with gr.Blocks(
|
|
| 24 |
<a href="https://pypi.org/project/gradio_markdownlabel/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_markdownlabel"></a>
|
| 25 |
</div>
|
| 26 |
|
| 27 |
-
|
| 28 |
""", elem_classes=["md-custom"], header_links=True)
|
| 29 |
app.render()
|
| 30 |
gr.Markdown(
|
|
|
|
| 24 |
<a href="https://pypi.org/project/gradio_markdownlabel/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_markdownlabel"></a>
|
| 25 |
</div>
|
| 26 |
|
| 27 |
+
Editable Markdown component with label functionality
|
| 28 |
""", elem_classes=["md-custom"], header_links=True)
|
| 29 |
app.render()
|
| 30 |
gr.Markdown(
|
src/README.md
CHANGED
|
@@ -12,7 +12,7 @@ app_file: space.py
|
|
| 12 |
# `gradio_markdownlabel`
|
| 13 |
<a href="https://pypi.org/project/gradio_markdownlabel/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_markdownlabel"></a>
|
| 14 |
|
| 15 |
-
|
| 16 |
|
| 17 |
## Installation
|
| 18 |
|
|
|
|
| 12 |
# `gradio_markdownlabel`
|
| 13 |
<a href="https://pypi.org/project/gradio_markdownlabel/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_markdownlabel"></a>
|
| 14 |
|
| 15 |
+
Editable Markdown component with label functionality
|
| 16 |
|
| 17 |
## Installation
|
| 18 |
|
src/demo/space.py
CHANGED
|
@@ -24,7 +24,7 @@ with gr.Blocks(
|
|
| 24 |
<a href="https://pypi.org/project/gradio_markdownlabel/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_markdownlabel"></a>
|
| 25 |
</div>
|
| 26 |
|
| 27 |
-
|
| 28 |
""", elem_classes=["md-custom"], header_links=True)
|
| 29 |
app.render()
|
| 30 |
gr.Markdown(
|
|
|
|
| 24 |
<a href="https://pypi.org/project/gradio_markdownlabel/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_markdownlabel"></a>
|
| 25 |
</div>
|
| 26 |
|
| 27 |
+
Editable Markdown component with label functionality
|
| 28 |
""", elem_classes=["md-custom"], header_links=True)
|
| 29 |
app.render()
|
| 30 |
gr.Markdown(
|
src/pyproject.toml
CHANGED
|
@@ -9,7 +9,7 @@ build-backend = "hatchling.build"
|
|
| 9 |
[project]
|
| 10 |
name = "gradio_markdownlabel"
|
| 11 |
version = "0.0.5"
|
| 12 |
-
description = "
|
| 13 |
readme = "README.md"
|
| 14 |
license = "Apache-2.0"
|
| 15 |
requires-python = ">=3.8"
|
|
|
|
| 9 |
[project]
|
| 10 |
name = "gradio_markdownlabel"
|
| 11 |
version = "0.0.5"
|
| 12 |
+
description = "Editable Markdown component with label functionality "
|
| 13 |
readme = "README.md"
|
| 14 |
license = "Apache-2.0"
|
| 15 |
requires-python = ">=3.8"
|