Spaces:
Sleeping
Sleeping
Updated README.md
Browse filesjust changed it to the format required
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# CodeGen
|
| 2 |
|
| 3 |
A FastAPI service that generates single-page web applications using AI. This service takes natural language descriptions and automatically generates web applications, creates GitHub repositories, and handles deployments.
|
|
@@ -68,3 +79,4 @@ The server will listen on `http://localhost:8000` for incoming task requests.
|
|
| 68 |
## License
|
| 69 |
|
| 70 |
MIT License - See LICENSE file for details
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: CodeGen
|
| 3 |
+
emoji: 🤖
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: docker
|
| 7 |
+
python_version: 3.10
|
| 8 |
+
app_file: main.py
|
| 9 |
+
app_port: 8000
|
| 10 |
+
pinned: false
|
| 11 |
+
---
|
| 12 |
# CodeGen
|
| 13 |
|
| 14 |
A FastAPI service that generates single-page web applications using AI. This service takes natural language descriptions and automatically generates web applications, creates GitHub repositories, and handles deployments.
|
|
|
|
| 79 |
## License
|
| 80 |
|
| 81 |
MIT License - See LICENSE file for details
|
| 82 |
+
|