Skip to content

Commit 5f7a079

Browse files
MaxGhenisclaude
andcommitted
Add obbba-household-by-household app entry
- Keep obbba-household-explorer pointing to Streamlit app with embed parameter - Add new obbba-household-by-household entry pointing to GitHub Pages app - This provides access to both versions of the OBBBA analysis tool 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c38aaa8 commit 5f7a079

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/apps/apps.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22
{
33
"title": "OBBBA household impact explorer",
44
"description": "Interactive tool to explore household-level impacts of the One Big Beautiful Bill Act",
5-
"url": "https://obbba-household-explorer.streamlit.app/",
5+
"url": "https://obbba-household-explorer.streamlit.app/?embed=true",
66
"slug": "obbba-household-explorer",
77
"tags": ["us", "featured", "policy"]
8+
},
9+
{
10+
"title": "OBBBA household-by-household analysis",
11+
"description": "Detailed household-by-household impact analysis of the One Big Beautiful Bill Act",
12+
"url": "https://policyengine.github.io/obbba-scatter",
13+
"slug": "obbba-household-by-household",
14+
"tags": ["us", "featured", "policy"]
815
}
916
]

0 commit comments

Comments
 (0)