Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ import seaborn as sns
|
|
11 |
# Load the model
|
12 |
def read_model(region):
|
13 |
if(region == "United States"):
|
14 |
-
model = joblib.load(
|
15 |
return model
|
16 |
|
17 |
# Define the categories
|
|
|
11 |
# Load the model
|
12 |
def read_model(region):
|
13 |
if(region == "United States"):
|
14 |
+
model = joblib.load('85pct.pkl')
|
15 |
return model
|
16 |
|
17 |
# Define the categories
|