Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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('
|
| 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
|