MainiSandeep1987 commited on
Commit
a9a69f4
·
verified ·
1 Parent(s): d98c0d3

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ model = joblib.load("product_store_prediction_model_v1_0.joblib")
13
  # Define a route for the home page
14
  @app.get('/')
15
  def home():
16
- return "Welcome to the Product Store Sales Revenue Predictor API.!!"
17
 
18
  # Single Prediction
19
  # Define an endpoint to predict Sales revenue for a given Product in a store.
 
13
  # Define a route for the home page
14
  @app.get('/')
15
  def home():
16
+ return "Welcome to the Product Store Sales Revenue Predictor API.!"
17
 
18
  # Single Prediction
19
  # Define an endpoint to predict Sales revenue for a given Product in a store.