Jurk06 commited on
Commit
797c493
1 Parent(s): 37551a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import gradio as gr
9
 
10
  # ... (Rest of your code)
11
  # Load the dataset
12
- df = pd.read_csv('/content/sample_data/california_housing_train.csv')
13
 
14
  # Select features and target
15
  features = df[['longitude', 'latitude', 'housing_median_age', 'total_rooms',
 
9
 
10
  # ... (Rest of your code)
11
  # Load the dataset
12
+ df = pd.read_csv('california_housing_train.csv')
13
 
14
  # Select features and target
15
  features = df[['longitude', 'latitude', 'housing_median_age', 'total_rooms',