nexhi1 commited on
Commit
ec6efc7
1 Parent(s): 593fa30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -10,10 +10,8 @@ Original file is located at
10
  # First, install Gradio
11
  #!pip install --quiet gradio
12
 
13
- from google.colab import drive
14
- drive.mount('/content/drive')
15
  import pandas as pd
16
- housing = pd.read_csv("/content/drive/MyDrive/Machine Learning /LAB03/housing.csv")
17
  import numpy as np
18
 
19
  # split data to get train and test set
 
10
  # First, install Gradio
11
  #!pip install --quiet gradio
12
 
 
 
13
  import pandas as pd
14
+ housing = pd.read_csv("housing.csv")
15
  import numpy as np
16
 
17
  # split data to get train and test set