Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- server/app.py +5 -6
server/app.py
CHANGED
|
@@ -35,12 +35,11 @@ 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 |
-
from server.mentalHealthPatientenv_environment import MentalhealthpatientenvEnvironment
|
| 44 |
|
| 45 |
|
| 46 |
# 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 models import MentalhealthpatientenvAction, MentalhealthpatientenvObservation
|
| 40 |
+
from server.mentalHealthPatientenv_environment import MentalhealthpatientenvEnvironment
|
| 41 |
+
|
| 42 |
+
|
|
|
|
| 43 |
|
| 44 |
|
| 45 |
# Create the app with web interface and README integration
|