maddykan101 commited on
Commit
aae16e3
·
verified ·
1 Parent(s): eb60068

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -59,6 +59,5 @@ def predict_rental_price():
59
 
60
 
61
 
62
- # Run the Flask application in debug mode if this script is executed directly
63
  if __name__ == '__main__':
64
- predict_rental_price.run(debug=True)
 
59
 
60
 
61
 
 
62
  if __name__ == '__main__':
63
+ sales_predictor_api.run(debug=True)