Spaces:
Paused
Paused
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,16 +1,14 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
-
This is a simple Flask web application deployed on [Hugging Face Spaces](https://huggingface.co/spaces/sanch1tx-nanobananaai) using **Docker** and **Gunicorn**.
|
| 4 |
-
The app serves an HTML template using Flask’s `render_template`.
|
| 5 |
|
| 6 |
-
---
|
| 7 |
|
| 8 |
-
## 🚀 Features
|
| 9 |
-
- Lightweight Flask backend
|
| 10 |
-
- Renders HTML templates from the `templates/` folder
|
| 11 |
-
- Runs on production-ready **Gunicorn**
|
| 12 |
-
- Exposed on port **7860** for Hugging Face Space compatibility
|
| 13 |
|
| 14 |
-
---
|
| 15 |
|
| 16 |
-
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: NanoBananaAI
|
| 3 |
+
emoji: 🐨
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
|
|
|
|
|
|
|
| 9 |
|
|
|
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
|
|
|
| 12 |
|
| 13 |
+
|
| 14 |
+
---
|