Update project description

#1
by freddyaboulton HF staff - opened
Files changed (4) hide show
  1. space.py +1 -1
  2. src/README.md +1 -1
  3. src/demo/space.py +1 -1
  4. src/pyproject.toml +2 -2
space.py CHANGED
@@ -24,7 +24,7 @@ with gr.Blocks(
24
  <img alt="Static Badge" src="https://img.shields.io/badge/version%20-%200.0.1%20-%20orange">
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
  <img alt="Static Badge" src="https://img.shields.io/badge/version%20-%200.0.1%20-%20orange">
25
  </div>
26
 
27
+ Display a gallery of images in a carousel that autoscrolls 🎠
28
  """, elem_classes=["md-custom"], header_links=True)
29
  app.render()
30
  gr.Markdown(
src/README.md CHANGED
@@ -2,7 +2,7 @@
2
  # `gradio_carousel`
3
  <img alt="Static Badge" src="https://img.shields.io/badge/version%20-%200.0.1%20-%20orange">
4
 
5
- Python library for easily interacting with trained machine learning models
6
 
7
  ## Installation
8
 
 
2
  # `gradio_carousel`
3
  <img alt="Static Badge" src="https://img.shields.io/badge/version%20-%200.0.1%20-%20orange">
4
 
5
+ Display a gallery of images in a carousel that autoscrolls 🎠
6
 
7
  ## Installation
8
 
src/demo/space.py CHANGED
@@ -24,7 +24,7 @@ with gr.Blocks(
24
  <img alt="Static Badge" src="https://img.shields.io/badge/version%20-%200.0.1%20-%20orange">
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
  <img alt="Static Badge" src="https://img.shields.io/badge/version%20-%200.0.1%20-%20orange">
25
  </div>
26
 
27
+ Display a gallery of images in a carousel that autoscrolls 🎠
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_carousel"
11
  version = "0.0.1"
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"
@@ -39,7 +39,7 @@ classifiers = [
39
  dev = ["build", "twine"]
40
 
41
  [tool.hatch.build]
42
- artifacts = ["/backend/gradio_carousel/templates", "*.pyi", "backend/gradio_carousel/templates", "backend/gradio_carousel/templates"]
43
 
44
  [tool.hatch.build.targets.wheel]
45
  packages = ["/backend/gradio_carousel"]
 
9
  [project]
10
  name = "gradio_carousel"
11
  version = "0.0.1"
12
+ description = "Display a gallery of images in a carousel that autoscrolls 🎠"
13
  readme = "README.md"
14
  license = "Apache-2.0"
15
  requires-python = ">=3.8"
 
39
  dev = ["build", "twine"]
40
 
41
  [tool.hatch.build]
42
+ artifacts = ["/backend/gradio_carousel/templates", "*.pyi", "backend/gradio_carousel/templates", "backend/gradio_carousel/templates", "backend/gradio_carousel/templates"]
43
 
44
  [tool.hatch.build.targets.wheel]
45
  packages = ["/backend/gradio_carousel"]