Update README.md
Browse files
README.md
CHANGED
|
@@ -1,30 +1,31 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: Congress Public Records Slice
|
| 3 |
-
emoji: 🔎
|
| 4 |
-
colorFrom: green
|
| 5 |
-
colorTo: yellow
|
| 6 |
-
sdk: gradio
|
| 7 |
-
sdk_version: "
|
| 8 |
-
python_version: "3.11"
|
| 9 |
-
app_file: app.py
|
| 10 |
-
pinned: false
|
| 11 |
-
---
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
-
|
| 21 |
-
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
-
|
| 27 |
-
-
|
| 28 |
-
-
|
| 29 |
-
-
|
|
|
|
| 30 |
- The public package includes verification summaries and SHA-backed artifact indexes, but it does not include the full internal raw corpus, so external verification is bounded by what is published here.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Congress Public Records Slice
|
| 3 |
+
emoji: 🔎
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: yellow
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "5.23.1"
|
| 8 |
+
python_version: "3.11"
|
| 9 |
+
app_file: app.py
|
| 10 |
+
pinned: false
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
# Congress Public Records Slice Space
|
| 15 |
+
|
| 16 |
+
Neutral Records explorer for a public-record slice of congressional money-and-power linkages.
|
| 17 |
+
|
| 18 |
+
## Runtime Notes
|
| 19 |
+
|
| 20 |
+
- This Space first checks for a bundled local `dataset_bundle` inside the Space repo, then falls back to the configured Hugging Face dataset repo.
|
| 21 |
+
- For local testing, set the `PUBLIC_RELEASE_LOCAL_ROOT` environment variable to the release root folder before launching `app.py`.
|
| 22 |
+
- The Space is intentionally neutral and does not assign guilt, wrongdoing, intent, or causality.
|
| 23 |
+
|
| 24 |
+
## Required Caveats
|
| 25 |
+
|
| 26 |
+
- This release is a slice of public-record data, not a complete accounting of all potentially relevant data.
|
| 27 |
+
- Future releases may update or expand this slice as source recovery, parsing, and evidence linkage improve.
|
| 28 |
+
- This release does not assign guilt, wrongdoing, intent, or causality to any person or organization.
|
| 29 |
+
- The release shows public-record overlaps, timing, and linkage strength, not proof of illegality or corruption.
|
| 30 |
+
- Some rows remain review-tier or include unresolved official source references and should be read with those labels in mind.
|
| 31 |
- The public package includes verification summaries and SHA-backed artifact indexes, but it does not include the full internal raw corpus, so external verification is bounded by what is published here.
|