bezaime commited on
Commit
086f34e
·
verified ·
1 Parent(s): 7b8a365

Update app.py

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