the-apprentice / app.py

Commit History

Clean-Space pass: drop self-test, legacy unused handler, BISECT_MINIMAL branch, duplicate banner PNG, stale comments
f9490c0

AndrewRqy commited on

Lean mode: also strip pipeline-demo encounter/resolve sprites
555c51c

AndrewRqy commited on

Add visual-mode dropdown on step 0 β€” live toggle between lean and full
744bc9b

AndrewRqy commited on

URL-encode sprite paths so spaces in dev path don't truncate <img src>
a140b54

AndrewRqy commited on

Version-aware Gradio file route β€” /file= on 4.x, /gradio_api/file= on 5+
49ded6b

AndrewRqy commited on

Default --keep-warm and add --stop-on-exit + safer launch for Gradio 4/5/6
26f70c8

AndrewRqy commited on

Add ORACLES_VISUAL_MODE toggle β€” lean default, full enabled via --full or env var
dd4200b

AndrewRqy commited on

Remove gr.skip diff β€” broke multi-yield generator handlers, blocking grimoire->trial transition
7d8efb5

AndrewRqy commited on

Drop demo_card_backdrop image β€” pipeline-demo panels use CSS only
843df41

AndrewRqy commited on

Drop wizard-desk backdrop + open-book illustration β€” more HF load-time wins
966abce

AndrewRqy commited on

Drop heavy backgrounds (parallax, grimoire texture, phase + scene backdrops) for HF perf
78ff6ab

AndrewRqy commited on

Performance sweep: gr.skip diff + memoize hot HTML helpers per click transition
500c05f

AndrewRqy commited on

Memoize hot HTML helpers and lazy-load image module sprites for faster transitions
079fead

AndrewRqy commited on

Serve banner parallax PNG via /gradio_api/file= β€” drops ~270KB from every click response
4f21988

AndrewRqy commited on

Remove unsupported @import + register assets via set_static_paths
5053a2a

AndrewRqy commited on

Revert to /gradio_api/file= URL pattern β€” Gradio 5 file route
63f7ef4

AndrewRqy commited on

Try /file= route for sprite URLs instead of /gradio_api/file=
2acec29

AndrewRqy commited on

Serve sprites via /gradio_api/file= instead of base64 β€” initial HTML drops ~95%
a1634cb

AndrewRqy commited on

BISECT: temporarily swap build_app() with minimal probe via BISECT_MINIMAL=1
cab22d8

AndrewRqy commited on

Pin Gradio 5.29.1 (last known-good HF Space version) + fastapi 0.112.2
5a07d58

AndrewRqy commited on

Address Gradio 6 deprecation: set theme+css as Blocks attrs, not constructor args
c38b046

AndrewRqy commited on

Define demo at module scope so HF Space's hot-reload launcher applies theme+css
9233b44

AndrewRqy commited on

BISECT 1: temporarily disable theme + css to test if they break Gradio 6 iframe render
7c97976

AndrewRqy commited on

Disable Gradio 6 SSR β€” Node-proxy SSR stalls on the large data-URI HTML
2d833ad

AndrewRqy commited on

Gradio 6 API migration: theme + css to launch(); drop show_api
dd3c7db

AndrewRqy commited on

Roll back to Gradio 4.44.1 to match local dev
b63724f

AndrewRqy commited on

Disable Gradio 5 SSR β€” hydration fails inside
0bff9e9

AndrewRqy commited on

Bump Gradio to 5.x and bind launch to
115b4a3

AndrewRqy commited on

Force-backdrop on standalone oracle-narration
5ed2124

AndrewRqy commited on

Initial commit β€” The Apprentice for Build Small
5afb7b3

AndrewRqy commited on