Lokiiparihar commited on
Commit
66a20a5
·
verified ·
1 Parent(s): 24882c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ model = joblib.load("tuned_gradient_boosting_model.pkl")
18
 
19
  def home():
20
 
21
- return "Welcome to SuperKart Sales Forecast API"
22
 
23
 
24
 
 
18
 
19
  def home():
20
 
21
+ return "SuperKart Sales Forecast API Modal Deployment"
22
 
23
 
24