Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- server/app.py +2 -2
server/app.py
CHANGED
|
@@ -22,8 +22,8 @@ except Exception as e:
|
|
| 22 |
"openenv is required. Install dependencies with: uv sync"
|
| 23 |
) from e
|
| 24 |
|
| 25 |
-
from
|
| 26 |
-
from .data_cleaning_env_environment import DataCleaningEnvironment
|
| 27 |
|
| 28 |
from fastapi import HTTPException
|
| 29 |
from fastapi.responses import JSONResponse
|
|
|
|
| 22 |
"openenv is required. Install dependencies with: uv sync"
|
| 23 |
) from e
|
| 24 |
|
| 25 |
+
from models import DataCleaningAction, DataCleaningObservation
|
| 26 |
+
from server.data_cleaning_env_environment import DataCleaningEnvironment
|
| 27 |
|
| 28 |
from fastapi import HTTPException
|
| 29 |
from fastapi.responses import JSONResponse
|