Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Avnish327030 committed Jun 12, 2022
1 parent 8eafca8 commit bd8a62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@app.route("/",methods=['GET','POST'])
def index():
return "Starting Machine Learning Project"
return "CI CD pipeline has been established."


if __name__=="__main__":
Expand Down

0 comments on commit bd8a62a

Please sign in to comment.