Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,7 +98,7 @@ class DataPathInput(BaseModel):
|
|
| 98 |
# --- Root ---
|
| 99 |
@app.get("/")
|
| 100 |
def health_check():
|
| 101 |
-
return {"status": "healthy", "message": "
|
| 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")
|