M009 commited on
Commit
ebb59b4
1 Parent(s): a07b1f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def predict_housing_price(input_module1,input_module2,input_module3,input_module
23
  import numpy as np
24
  import sklearn
25
 
26
- housing=pd.read_csv("/housing.csv")
27
 
28
  ## 1. split data to get train and test set
29
  from sklearn.model_selection import train_test_split
 
23
  import numpy as np
24
  import sklearn
25
 
26
+ housing=pd.read_csv("housing.csv")
27
 
28
  ## 1. split data to get train and test set
29
  from sklearn.model_selection import train_test_split