Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,13 +14,13 @@ from bs4 import BeautifulSoup
|
|
| 14 |
from typing import List, Dict, Optional
|
| 15 |
|
| 16 |
from utils.code_utils import (
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
)
|
| 24 |
|
| 25 |
# --- Custom Exceptions for Enhanced Error Handling ---
|
| 26 |
class InvalidActionError(Exception):
|
|
|
|
| 14 |
from typing import List, Dict, Optional
|
| 15 |
|
| 16 |
from utils.code_utils import (
|
| 17 |
+
refine_code,
|
| 18 |
+
test_code,
|
| 19 |
+
integrate_code,
|
| 20 |
+
CodeRefinementError,
|
| 21 |
+
CodeTestingError,
|
| 22 |
+
CodeIntegrationError,
|
| 23 |
+
)
|
| 24 |
|
| 25 |
# --- Custom Exceptions for Enhanced Error Handling ---
|
| 26 |
class InvalidActionError(Exception):
|