Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- server/app.py +3 -3
server/app.py
CHANGED
|
@@ -35,9 +35,9 @@ except Exception as e: # pragma: no cover
|
|
| 35 |
"openenv is required for the web interface. Install dependencies with '\n uv sync\n'"
|
| 36 |
) from e
|
| 37 |
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
|
| 42 |
|
| 43 |
# Create the app with web interface and README integration
|
|
|
|
| 35 |
"openenv is required for the web interface. Install dependencies with '\n uv sync\n'"
|
| 36 |
) from e
|
| 37 |
|
| 38 |
+
|
| 39 |
+
from ecom.models import EcomAction, EcomObservation
|
| 40 |
+
from ecom.server.ecom_environment import EcomEnvironment
|
| 41 |
|
| 42 |
|
| 43 |
# Create the app with web interface and README integration
|