bezaime commited on
Commit
5a9c746
·
verified ·
1 Parent(s): 07037b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  # Read the data
2
- df = pd.read_csv("Automobile_data.csv")
3
  df = df.drop(columns = ['normalized-losses','symboling'], axis = 1)
4
 
5
  context_data = []
 
1
  # Read the data
2
+ df = pd.read_csv("./Automobile_data.csv")
3
  df = df.drop(columns = ['normalized-losses','symboling'], axis = 1)
4
 
5
  context_data = []