Skip to content

Commit

Permalink
namespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandru-21 committed Jun 28, 2024
1 parent 7c1c437 commit 10eb18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class LoanPrediction(BaseModel):

@app.get("/")
def index():
return {"message":"Welcome to Loan Prediction App using API - CI CD Jenkins" }
return {"message":"Welcome to the MLOps Loan Prediction project" }

@app.post("/prediction_api")
def predict(loan_details: LoanPrediction):
Expand Down

0 comments on commit 10eb18c

Please sign in to comment.