Add dark theme to Plotly charts only (preserves plotting functionality) 25146ac Kaushik Rajan commited on Jul 14, 2025
Force HF rebuild: Add comment to trigger fresh deployment without theme issues dc47fd2 Kaushik Rajan commited on Jul 14, 2025
Fix plotting issues: update Gradio to 4.44.1, remove problematic dark theme, add compatible dependencies 5eec3d7 Kaushik Rajan commited on Jul 14, 2025
Simplify create_plots function: condense px.line calls to single lines for better readability 5fbfec0 Kaushik Rajan commited on Jul 14, 2025
Restore original plotting logic: return None for empty plots (fixes plotting functionality) 4887fce Kaushik Rajan commited on Jul 14, 2025
Restore @spaces.GPU decorator required for HF deployment f1fc436 Kaushik Rajan commited on Jul 14, 2025
Fix plotting functionality: handle empty data properly, remove GPU decorator, add error handling 13aa6c9 Kaushik Rajan commited on Jul 14, 2025
fix: pin dependencies to versions compatible with python 3.10 657efc9 Kaushik Rajan commited on Jul 14, 2025
refactor: upgrade gradio and implement modern dark theme 5c04a6d Kaushik Rajan commited on Jul 14, 2025
docs: update README with business game info and git remotes 14c2f3e Kaushik Rajan commited on Jul 13, 2025
Refine: Simplify AI reasoning text and open intro accordion c379add Kaushik Rajan commited on Jul 13, 2025
Fixed bug where the app breaks after simulating one quarter 3d6405c Kaushik Rajan commited on Jul 13, 2025
Feat: Add collapsible intro and percentage-based allocation ce03581 Kaushik Rajan commited on Jul 13, 2025
Fix: Add @spaces.GPU decorator to resolve runtime error db6e385 Kaushik Rajan commited on Jul 13, 2025
Fix: Remove markdown file that causes FileNotFoundError 8832bfe Kaushik Rajan commited on Jul 13, 2025
Feat: Replace Tic-Tac-Toe with Strategic Business Competition 898b55a Kaushik Rajan commited on Jul 13, 2025
Fix: Add @spaces.GPU decorator to resolve Hugging Face runtime error 9671560 Kaushik Rajan commited on Jul 13, 2025
Simplify codebase: focused SPIRAL TicTacToe demo with key research concepts 842d62b Kaushik Rajan commited on Jul 12, 2025
Improve tic-tac-toe layout: move New Game button to header, center stats 47b257f Kaushik Rajan commited on Jul 12, 2025
Fix tic-tac-toe grid layout using flexbox and direct button targeting feb1933 Kaushik Rajan commited on Jul 12, 2025
Fix tic-tac-toe board rendering by replacing CSS Grid with Gradio-compatible layout a530f7b Kaushik Rajan commited on Jul 12, 2025
fix(ui): Replace gr.Box with gr.Group to fix AttributeError 021423f Kaushik Rajan commited on Jul 12, 2025
fix(ui): Implement 3x3 grid layout for Tic-Tac-Toe board a3e1550 Kaushik Rajan commited on Jul 12, 2025
fix(tictactoe): Fix minimax bug and implement clickable board 5c7fb25 Kaushik Rajan commited on Jul 12, 2025
feat(tictactoe): Refine UI, implement Minimax AI, and add tests b1670f3 Kaushik Rajan commited on Jul 12, 2025
Fix(app): resolve Hugging Face Spaces GPU startup error 6be63cd Kaushik Rajan commited on Jul 12, 2025
Implemented Phase 2 improvements, training script, reasoning integration, tests, and marked execution-plan.md ee800d8 Kaushik Rajan commited on Jul 12, 2025
Add enhanced debugging and multiple import methods for game modules 4420646 Kaushik Rajan commited on Jul 12, 2025
Add robust error handling and fallback interface for HF Spaces compatibility 85310d8 Kaushik Rajan commited on Jul 12, 2025
Fix HF Spaces import issue - move app functionality to root app.py c59d6c7 Kaushik Rajan commited on Jul 12, 2025
Add interactive game demo interface - TicTacToe and Kuhn Poker playable in browser b3a9ec4 Kaushik Rajan commited on Jul 12, 2025
Phase 2.2: Implement game environments - TicTacToe and Kuhn Poker with Gymnasium interface, utilities, and tests 5e02c64 Kaushik Rajan commited on Jul 12, 2025
Phase 2.1: Set up project structure with src/, models/, data/, app/ directories and requirements.txt 06c8d18 Kaushik Rajan commited on Jul 12, 2025