Spaces:
Configuration error
Configuration error
getad72493
commited on
Commit
•
07622bb
1
Parent(s):
84a22b1
Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,22 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: "Gallery App"
|
3 |
+
emoji: 📸
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: static
|
7 |
+
sdk_version: "2.3.3"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
# Welcome to the Gallery App
|
13 |
+
|
14 |
+
This is a simple image gallery app where you can upload images, view them, and navigate through a paginated gallery.
|
15 |
+
|
16 |
+
## Features:
|
17 |
+
- Upload single or multiple images.
|
18 |
+
- View images in a paginated gallery.
|
19 |
+
- Easy-to-use interface.
|
20 |
+
|
21 |
+
Enjoy exploring the app!
|
22 |
+
|