Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -99,7 +99,7 @@ def extract_game_context_fields(hidden_context: str) -> Dict[str, str]:
|
|
| 99 |
|
| 100 |
@app.get("/health")
|
| 101 |
def health() -> Dict[str, Any]:
|
| 102 |
-
return {"ok": True, "app": "GMAT Solver v3"}
|
| 103 |
|
| 104 |
|
| 105 |
@app.get("/", response_class=HTMLResponse)
|
|
|
|
| 99 |
|
| 100 |
@app.get("/health")
|
| 101 |
def health() -> Dict[str, Any]:
|
| 102 |
+
return {"ok": True, "app": "GMAT Solver v3 PATCH TEST 123"}
|
| 103 |
|
| 104 |
|
| 105 |
@app.get("/", response_class=HTMLResponse)
|