Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
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 |
|