subbunanepalli commited on
Commit
8964c36
·
verified ·
1 Parent(s): 0ee9d71

Update app.py

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