Sandhya-2025 commited on
Commit
337ea93
·
verified ·
1 Parent(s): 861fe4f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def predict_product_sales_revenue():
55
  # When we send this value directly within a JSON response, Flask's jsonify function encounters a datatype error
56
 
57
  # Return the actual price
58
- return jsonify({'Predicted Price (in dollars)': predicted_price})
59
 
60
  # Run the Flask application in debug mode if this script is executed directly
61
  if __name__ == '__main__':
 
55
  # When we send this value directly within a JSON response, Flask's jsonify function encounters a datatype error
56
 
57
  # Return the actual price
58
+ return jsonify({'Predicted sales': predicted_price})
59
 
60
  # Run the Flask application in debug mode if this script is executed directly
61
  if __name__ == '__main__':