Yash911 commited on
Commit
e1ec722
·
1 Parent(s): df36c1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ PIMA Diabetes Dataset
23
  """
24
 
25
  # loading the diabetes dataset to a pandas DataFrame
26
- diabetes_dataset = pd.read_csv('/content/diabetes.csv')
27
 
28
 
29
  # printing the first 5 rows of the dataset
 
23
  """
24
 
25
  # loading the diabetes dataset to a pandas DataFrame
26
+ diabetes_dataset = pd.read_csv('diabetes.csv')
27
 
28
 
29
  # printing the first 5 rows of the dataset