Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -77,7 +77,7 @@ class OpenEnvHandler(BaseHTTPRequestHandler):
|
|
| 77 |
"observation_space": ["acquired_scans", "available_budget", "tool_outputs", "step_count"]
|
| 78 |
})
|
| 79 |
elif self.path == "/" or self.path == "/health":
|
| 80 |
-
self.send_json(
|
| 81 |
|
| 82 |
def do_POST(self):
|
| 83 |
try:
|
|
|
|
| 77 |
"observation_space": ["acquired_scans", "available_budget", "tool_outputs", "step_count"]
|
| 78 |
})
|
| 79 |
elif self.path == "/" or self.path == "/health":
|
| 80 |
+
self.send_json(200, {"status": "ok", "message": "MetaOCT API Server is running. Use /validate, /reset, /step endpoints."})
|
| 81 |
|
| 82 |
def do_POST(self):
|
| 83 |
try:
|