Spaces:
Build error
Build error
Update app.py
Browse files
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('
|
| 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',
|