Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ model = tf.keras.models.load_model('real_estate_price_prediction_model.h5')
|
|
10 |
|
11 |
|
12 |
# Load the original dataset to get unique categories for 'secteur' and 'city'
|
13 |
-
original_df = pd.read_excel("
|
14 |
|
15 |
# Get unique categories for 'secteur' and 'city'
|
16 |
unique_secteurs = original_df['secteur'].unique()
|
|
|
10 |
|
11 |
|
12 |
# Load the original dataset to get unique categories for 'secteur' and 'city'
|
13 |
+
original_df = pd.read_excel("saaara/real_estate_price_prediction/Moroccan Real Estate Price Clean Dataset .xlsx") # Replace with your dataset path
|
14 |
|
15 |
# Get unique categories for 'secteur' and 'city'
|
16 |
unique_secteurs = original_df['secteur'].unique()
|