RPeltier commited on
Commit
9d59ba1
·
verified ·
1 Parent(s): 727674a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def predict_sales():
38
  prediction = model.predict(input_data).tolist()[0]
39
 
40
  # Return the prediction as a JSON response
41
- return jsonify({'Predicted Product Price': prediction})
42
 
43
  # Run the Flask app in debug mode
44
  if __name__ == '__main__':
 
38
  prediction = model.predict(input_data).tolist()[0]
39
 
40
  # Return the prediction as a JSON response
41
+ return jsonify({'PredictedPrice': prediction})
42
 
43
  # Run the Flask app in debug mode
44
  if __name__ == '__main__':