Spaces:
Sleeping
Sleeping
Quincy Hsieh commited on
Commit ·
c173ec7
1
Parent(s): 5935d21
Add README.md update
Browse files- README_HF.md +15 -0
README_HF.md
CHANGED
|
@@ -45,6 +45,21 @@ members:
|
|
| 45 |
- name: Bob Martin, email: "bob@example.com"
|
| 46 |
```
|
| 47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
---
|
| 49 |
|
| 50 |
### 4. Add Codes
|
|
|
|
| 45 |
- name: Bob Martin, email: "bob@example.com"
|
| 46 |
```
|
| 47 |
|
| 48 |
+
Create a `README.md` file at the **root** of your Hugging Face Space folder with a brief description of your app. This is required for Hugging Face Spaces and helps organizers understand your app during evaluation. Replace [Your Team Name] with your actual team name. Also note that the `app_file` field should match the name of your main application file (e.g., `app.py`).
|
| 49 |
+
|
| 50 |
+
```markdown
|
| 51 |
+
title: [Your Team Name]'s RAG App
|
| 52 |
+
emoji: 🤖
|
| 53 |
+
colorFrom: blue
|
| 54 |
+
colorTo: purple
|
| 55 |
+
sdk: gradio
|
| 56 |
+
sdk_version: 4.44.1
|
| 57 |
+
python_version: '3.11'
|
| 58 |
+
app_file: app.py
|
| 59 |
+
pinned: false
|
| 60 |
+
license: apache-2.0
|
| 61 |
+
```
|
| 62 |
+
|
| 63 |
---
|
| 64 |
|
| 65 |
### 4. Add Codes
|