CoolFace
Apppublic

Dr-P/amy-commitment-analysis

sourceHugging Facemitupdated 4mo agoView on Hugging Face
0likes
16 commits on main
d40912a4mo ago

rewrite: replace all gr.Tab with gr.Accordion, eliminate tab-event crashes

Dr-P, ruv
a2033084mo ago

fix: move ML objects to global ctx, eliminate state serialization freeze

Dr-P
85acc964mo ago

Disable SSR mode and fix Gradio 6 theme deprecation warning

Dr-P, ruv
ba750c94mo ago

Replace all gr.Dataframe with gr.HTML to fix Gradio 6 tab freeze

Dr-P, ruv
ea43d9d4mo ago

Revert demo.load() — was locking UI and causing tab freeze

Dr-P, ruv
9e7da9e4mo ago

Fix build failure; add demo.load() to force WebSocket handshake on cold start

Dr-P, ruv
9b7bf834mo ago

Pin Gradio to 4.x/5.x to fix non-functional tab switching

Dr-P, ruv
26ff49d4mo ago

Replace nested tabs with accordions; remove all latex_delimiters

Dr-P, ruv
82fab484mo ago

Remove latex_delimiters from Equations and References tabs to fix browser freeze

Dr-P, ruv
0874fd54mo ago

Fix tab-switch freeze: remove cascading .change() event handlers

Dr-P, ruv
40853de4mo ago

Add visual column explorer, live selection preview, and guided step flow

Dr-P, ruv
816e4f44mo ago

Fix session state loss, auto-upload trigger, and Drive access messaging

Dr-P, ruv
02657c84mo ago

Major expansion: batch experiments, 1D-CNN, SMOTE/undersampling, references tab, HTML report

Dr-P, ruv
578df6a4mo ago

Portal expansion: Excel upload, dynamic column labeling, preprocessing pipeline, hyperparameter controls, SHAP/LRP/PFI XAI, Code Assistant (Claude API), Google Drive integration

Dr-P, ruv
87cbbb34mo ago

Initial: organizational commitment analysis app for Amy

Dr-P, ruv
3eb5d894mo ago

initial commit

Dr-P