geethareddy commited on
Commit
4b401c1
·
verified ·
1 Parent(s): 576bfdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
+