Code0ut commited on
Commit
508f9e9
·
verified ·
1 Parent(s): f9afcee

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
- try:
39
- from ..models import MentalhealthpatientenvAction, MentalhealthpatientenvObservation
40
- from .mentalHealthPatientenv_environment import MentalhealthpatientenvEnvironment
41
- except ModuleNotFoundError:
42
- from models import MentalhealthpatientenvAction, MentalhealthpatientenvObservation
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