Aashiue commited on
Commit
c2261d4
1 Parent(s): 3c39c87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from matplotlib import pyplot as plt
4
  import matplotlib
5
  matplotlib.rcParams["figure.figsize"] = (20, 10)
6
 
7
- path = '/bengaluru_house_prices.csv'
8
  df = pd.read_csv(path)
9
  df.head()
10
 
 
4
  import matplotlib
5
  matplotlib.rcParams["figure.figsize"] = (20, 10)
6
 
7
+ path = 'bengaluru_house_prices.csv'
8
  df = pd.read_csv(path)
9
  df.head()
10