Spaces:
Sleeping
Sleeping
File size: 752 Bytes
4a73ab0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
title: Grants RAG Finder
emoji: 🧭
colorFrom: blue
colorTo: yellow
sdk: streamlit
app_file: app/ui_streamlit.py
pinned: false
---
# Grants Discovery RAG App (v6.2 hotfix)
- Desktop paths baked in
- Grants.gov API + topic routes (General, Elderly, Prison, Evangelism, Vehicles, FTA 5310)
- Makefile helpers: `make ps`, `make stop`, `make restart`
- **Hotfix**: corrected Streamlit write line (single line, no syntax error)
## One-Time Setup
```bash
cd ~/Desktop
unzip ~/Downloads/grants_rag_app_desktop_v6_2.zip -d ~/Desktop/
cd /Users/gen.overseerlupo/Desktop/grants_rag_app
python3 -m venv .venv
source .venv/bin/activate
pip install -U pip wheel
pip install -r requirements.txt
cp .env.example .env
open -a TextEdit .env config/sources.yaml
|