ntam0001 commited on
Commit
ffc6834
·
verified ·
1 Parent(s): 9645a8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import pandas as pd
4
  from ucimlrepo import fetch_ucirepo
5
 
6
  # Load the trained model
7
- model = joblib.load("model.pkl")
8
 
9
  # Define feature columns
10
  FEATURE_COLUMNS = ['radius1', 'texture1', 'perimeter1', 'area1', 'smoothness1',
 
4
  from ucimlrepo import fetch_ucirepo
5
 
6
  # Load the trained model
7
+ model = joblib.load("logistic_model.pkl")
8
 
9
  # Define feature columns
10
  FEATURE_COLUMNS = ['radius1', 'texture1', 'perimeter1', 'area1', 'smoothness1',