Spaces:
Runtime error
Runtime error
Madhu Chitikela commited on
Commit ·
0727225
1
Parent(s): 3da9425
Fix: Add HuggingFace Space YAML config to README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🤖 AI Code Debugger Agent
|
| 2 |
|
| 3 |
> Autonomous AI agent that fixes broken Python code — no human needed.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: AI Code Debugger Agent
|
| 3 |
+
emoji: 🤖
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.0"
|
| 8 |
+
python_version: "3.10"
|
| 9 |
+
app_file: app.py
|
| 10 |
+
pinned: false
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# 🤖 AI Code Debugger Agent
|
| 14 |
|
| 15 |
> Autonomous AI agent that fixes broken Python code — no human needed.
|