Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,4 +73,5 @@ async def generate_coaching(data: CoachingInput):
|
|
73 |
|
74 |
@app.get("/health")
|
75 |
async def health_check():
|
76 |
-
return {"status": "healthy"}
|
|
|
|
73 |
|
74 |
@app.get("/health")
|
75 |
async def health_check():
|
76 |
+
return {"status": "healthy"}
|
77 |
+
|