Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,19 @@
|
|
|
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
+
|
| 2 |
---
|
| 3 |
+
title: Data Analyst Agent
|
| 4 |
+
emoji: 🤖
|
| 5 |
+
colorFrom: indigo
|
| 6 |
+
colorTo: blue
|
| 7 |
sdk: docker
|
| 8 |
+
app_port: 8000
|
| 9 |
+
health_check:
|
| 10 |
+
path: /
|
| 11 |
+
initial_delay_seconds: 60
|
| 12 |
+
timeout_seconds: 15
|
| 13 |
---
|
| 14 |
|
| 15 |
+
# My Data Analyst Agent
|
| 16 |
+
|
| 17 |
+
This is the API for my data analyst agent.
|
| 18 |
+
|
| 19 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|