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