Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
title: Checkerboard Pattern Generator
|
| 3 |
sdk: gradio
|
| 4 |
app_file: app.py
|
|
|
|
| 5 |
---
|
| 6 |
Welcome to the Checkerboard Pattern Generator! This is a simple and interactive Hugging Face Space that allows you to create custom checkerboard images directly in your browser.
|
| 7 |
🚀 How to Use
|
|
@@ -14,4 +15,4 @@ Feel free to experiment with different values to create patterns of all sizes!
|
|
| 14 |
This application is built using the following open-source libraries:
|
| 15 |
* Gradio: Provides the fast and easy-to-use web interface with sliders, buttons, and image display components.
|
| 16 |
* Pillow (PIL): The core image processing library used to draw the checkerboard pattern on a blank canvas.
|
| 17 |
-
The entire application is contained within the app.py file and runs on the Hugging Face Spaces infrastructure.
|
|
|
|
| 2 |
title: Checkerboard Pattern Generator
|
| 3 |
sdk: gradio
|
| 4 |
app_file: app.py
|
| 5 |
+
pinned: true
|
| 6 |
---
|
| 7 |
Welcome to the Checkerboard Pattern Generator! This is a simple and interactive Hugging Face Space that allows you to create custom checkerboard images directly in your browser.
|
| 8 |
🚀 How to Use
|
|
|
|
| 15 |
This application is built using the following open-source libraries:
|
| 16 |
* Gradio: Provides the fast and easy-to-use web interface with sliders, buttons, and image display components.
|
| 17 |
* Pillow (PIL): The core image processing library used to draw the checkerboard pattern on a blank canvas.
|
| 18 |
+
The entire application is contained within the app.py file and runs on the Hugging Face Spaces infrastructure.
|