saaara commited on
Commit
c80c1f3
1 Parent(s): 3a85c6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("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()
 
10
 
11
 
12
  # Load the original dataset to get unique categories for 'secteur' and 'city'
13
+ original_df = pd.read_excel('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()