Update README.md
Browse files
README.md
CHANGED
@@ -1,28 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
- Uses Gradio `Blocks` and `Chatbot` with `messages` format
|
11 |
-
- Hugging Face API Integration (via `HF_TOKEN` secret)
|
12 |
-
|
13 |
-
## π Setup (for Hugging Face Spaces)
|
14 |
-
|
15 |
-
1. Go to **Settings β Repository secrets**
|
16 |
-
2. Add `HF_TOKEN` with your Hugging Face API token
|
17 |
-
3. Done β
|
18 |
-
|
19 |
-
## π Run locally
|
20 |
-
|
21 |
-
```bash
|
22 |
-
export HF_TOKEN=your_token_here
|
23 |
-
python app.py
|
24 |
-
```
|
25 |
-
|
26 |
-
## π License
|
27 |
-
|
28 |
-
Open source for educational use.
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
title: Coding AI
|
4 |
+
sdk: gradio
|
5 |
+
emoji: π
|
6 |
+
colorFrom: gray
|
7 |
+
colorTo: blue
|
8 |
+
short_description: Execellent Coding AI
|
9 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|