Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,18 @@
|
|
| 1 |
---
|
| 2 |
title: Labor Archive Backend
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: indigo
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
|
|
|
| 7 |
pinned: false
|
| 8 |
license: apache-2.0
|
| 9 |
short_description: A backend Space for the labor news archive
|
| 10 |
---
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
title: Labor Archive Backend
|
| 3 |
+
emoji: π
|
| 4 |
colorFrom: indigo
|
| 5 |
+
colorTo: green
|
| 6 |
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
pinned: false
|
| 9 |
license: apache-2.0
|
| 10 |
short_description: A backend Space for the labor news archive
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# Archive Explorer: AI, Labor and the Economy API
|
| 14 |
+
|
| 15 |
+
This Space serves the backend API for the Archive Explorer application.
|
| 16 |
+
It provides endpoints for searching, filtering, and retrieving articles from the dataset.
|
| 17 |
+
|
| 18 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|