subbunanepalli commited on
Commit
92f12ad
·
verified ·
1 Parent(s): 67a43ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ class DataPathInput(BaseModel):
98
  # --- Root ---
99
  @app.get("/")
100
  def health_check():
101
- return {"status": "healthy", "message": "LGBM TF-IDF API is running"}
102
 
103
  # --- Train ---
104
  @app.post("/train")
 
98
  # --- Root ---
99
  @app.get("/")
100
  def health_check():
101
+ return {"status": "healthy", "message": "LOGREG TF-IDF API is running"}
102
 
103
  # --- Train ---
104
  @app.post("/train")