Spaces:
Sleeping
Sleeping
ui
Static frontend. There's no Python server here anymore — backend/server.py
serves ui/static/ directly.
Run
indexing/.env/bin/python backend/server.py
# open http://127.0.0.1:8000
Layout
static/index.html— markupstatic/styles.css— cream/beige theme matching the dribbble referencestatic/app.js— debounced live search, fans out one fetch per modality to/api/search/<modality>, renders each column as it returns
All API and file requests are same-origin against the backend.