Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = '
|
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 |
|