Spaces:
Sleeping
Sleeping
| title: AI Code Debugger Agent | |
| emoji: π | |
| colorFrom: gray | |
| colorTo: red | |
| sdk: gradio | |
| sdk_version: 5.32.0 | |
| app_file: app.py | |
| pinned: false | |
| # π§ AI Code Debugger Agent | |
| This Gradio-based web app takes buggy Python code, suggests multiple fixes using GPT-4, runs the first fix, and displays output/errors. It also remembers your inputs during the session. | |
| ## π Features | |
| - Multiple bug fix suggestions | |
| - GPT-4 powered debugging | |
| - Code execution & error display | |
| - In-session memory |