sujay88 commited on
Commit
8151d5a
·
verified ·
1 Parent(s): c2e4315

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -4,7 +4,6 @@ import joblib # For loading the serialized model
4
  import pandas as pd # For data manipulation
5
  from flask import Flask, request, jsonify # For creating the Flask API
6
 
7
-
8
  # Initialize the Flask application
9
  sales_price_predictor_api = Flask("Sales Price Predictor")
10
 
 
4
  import pandas as pd # For data manipulation
5
  from flask import Flask, request, jsonify # For creating the Flask API
6
 
 
7
  # Initialize the Flask application
8
  sales_price_predictor_api = Flask("Sales Price Predictor")
9