cjc0013 commited on
Commit
769ea71
·
verified ·
1 Parent(s): 9dbc3ce

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Congress Public Records Slice Space
2
 
3
  Neutral Records explorer for a public-record slice of congressional money-and-power linkages.
@@ -5,7 +17,7 @@ Neutral Records explorer for a public-record slice of congressional money-and-po
5
  ## Runtime Notes
6
 
7
  - This Space reads the sanitized dataset bundle from the configured Hugging Face dataset repo.
8
- - For local testing, set `local_dataset_root` in `public_copy.json` or regenerate the bundle with a local preview root.
9
  - The Space is intentionally neutral and does not assign guilt, wrongdoing, intent, or causality.
10
 
11
  ## Required Caveats
 
1
+ ---
2
+ title: Congress Public Records Slice
3
+ emoji: 🔎
4
+ colorFrom: green
5
+ colorTo: yellow
6
+ sdk: gradio
7
+ sdk_version: "4.44.0"
8
+ python_version: "3.11"
9
+ app_file: app.py
10
+ pinned: false
11
+ ---
12
+
13
  # Congress Public Records Slice Space
14
 
15
  Neutral Records explorer for a public-record slice of congressional money-and-power linkages.
 
17
  ## Runtime Notes
18
 
19
  - This Space reads the sanitized dataset bundle from the configured Hugging Face dataset repo.
20
+ - For local testing, set the `PUBLIC_RELEASE_LOCAL_ROOT` environment variable to the release root folder before launching `app.py`.
21
  - The Space is intentionally neutral and does not assign guilt, wrongdoing, intent, or causality.
22
 
23
  ## Required Caveats