RayLee commited on
Commit
2863eb6
·
verified ·
1 Parent(s): 0d12144

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. README.md +1 -1
  2. space.py +1 -1
  3. src/README.md +1 -1
  4. src/demo/space.py +1 -1
  5. 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
- Python library for easily interacting with trained machine learning models
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
- Python library for easily interacting with trained machine learning models
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
- Python library for easily interacting with trained machine learning models
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
- Python library for easily interacting with trained machine learning models
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 = "Python library for easily interacting with trained machine learning models"
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"