SpindleFlow-RL / streamlit_app.py

Commit History

diag: minimal 5-line app + disable usage stats β€” isolate Starting issue
066febe

garvitsachdeva commited on

fix: cache_resource warm-up β€” spinner flushes before heavy imports block
f7e6177

garvitsachdeva commited on

diag: print checkpoints + visible loading banner; expose errors to stderr
1c14ec3

garvitsachdeva commited on

fix: call set_page_config before heavy imports; patch duplicate call
b5fdc1f

garvitsachdeva commited on

fix: use exec() wrapper β€” eliminates double set_page_config crash
96cef35

garvitsachdeva commited on

fix: set_page_config before heavy import; cache_resource spinner; no-op patch
a824fc0

garvitsachdeva commited on

fix: importlib wrapper with correct __file__; remove garbage files
61e8a52

garvitsachdeva commited on

diag: wrap module-level imports to surface crash error
51db558

garvitsachdeva Claude Sonnet 4.6 commited on

fix: move streamlit_app.py to root; fix sys.path for new location
9dfb393

garvitsachdeva Claude Sonnet 4.6 commited on

diag: minimal test to confirm Space runs our file
92182bf

garvitsachdeva commited on

fix: add openenv back; catch BaseException to surface crash cause
72d70ca

garvitsachdeva Claude Sonnet 4.6 commited on

fix: use importlib to load demo app + streamlit config.toml
e05a5b9

garvitsachdeva Claude Sonnet 4.6 commited on

fix: catch startup errors and display them instead of crash-looping
e247c59

garvitsachdeva Claude Sonnet 4.6 commited on

fix: use exec() to run demo app with correct __file__ context
b0a7802

garvitsachdeva Claude Sonnet 4.6 commited on

fix: add root streamlit_app.py entry point; HF was running default demo
fba2beb

garvitsachdeva Claude Sonnet 4.6 commited on