--- 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