Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,8 @@ from sklearn.neighbors import KNeighborsClassifier
|
|
| 7 |
import gradio as gr
|
| 8 |
|
| 9 |
# Load data
|
| 10 |
-
nexus_bank = pd.read_csv('nexus_bank_dataa.csv')
|
|
|
|
| 11 |
|
| 12 |
# Preprocessing
|
| 13 |
X = nexus_bank[['salary', 'dependents']]
|
|
|
|
| 7 |
import gradio as gr
|
| 8 |
|
| 9 |
# Load data
|
| 10 |
+
nexus_bank = pd.read_csv('C:/Users/IT zone computer/nexus_bank_dataa.csv')
|
| 11 |
+
|
| 12 |
|
| 13 |
# Preprocessing
|
| 14 |
X = nexus_bank[['salary', 'dependents']]
|