# ECCE Compass Uganda — Clean Header Build
This build reduces congestion in the top banner.
The header now contains only:
- MoES logo
- ECCE Compass Uganda name
- Platform description
- Theme logo
- ECCE Digital Guidance Platform badge
The tool buttons remain in the navigation menu and homepage cards.
Current tools:
1. Ask the ECCE Policy
2. Is My Centre Ready?
3. Is This Centre Safe?
4. Is My District Ready?
5. Mobilise My Community
Render settings:
Build Command:
```bash
python -m pip install --upgrade pip setuptools wheel && pip install -r requirements.txt
```
Start Command:
```bash
python -m uvicorn app:app --host 0.0.0.0 --port $PORT
```
Leave Pre-deploy Command empty.
Leave Root Directory empty.