Update README.md
Browse files
README.md
CHANGED
|
@@ -12,4 +12,19 @@ Welcome to the official home of **Codder AI**. We are building a comprehensive s
|
|
| 12 |
To simplify the complex world of software and asset creation through intuitive, open-source AI integration.
|
| 13 |
|
| 14 |
### 🤝 Connect with Us
|
| 15 |
-
Stay tuned for our model releases and API documentation. We believe in the power of open collaboration!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
To simplify the complex world of software and asset creation through intuitive, open-source AI integration.
|
| 13 |
|
| 14 |
### 🤝 Connect with Us
|
| 15 |
+
Stay tuned for our model releases and API documentation. We believe in the power of open collaboration!
|
| 16 |
+
|
| 17 |
+
title: {{title}}
|
| 18 |
+
emoji: {{emoji}}
|
| 19 |
+
colorFrom: {{colorFrom}}
|
| 20 |
+
colorTo: {{colorTo}}
|
| 21 |
+
sdk: {{sdk}}
|
| 22 |
+
sdk_version: "{{sdkVersion}}"
|
| 23 |
+
{{#pythonVersion}}
|
| 24 |
+
python_version: "{{pythonVersion}}"
|
| 25 |
+
{{/pythonVersion}}
|
| 26 |
+
app_file: app.py
|
| 27 |
+
pinned: false
|
| 28 |
+
---
|
| 29 |
+
|
| 30 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|