Jimin Park commited on
Commit
37e7327
·
1 Parent(s): 428bd87

kermitting soon

Browse files
Files changed (1) hide show
  1. util/app.py +1 -1
util/app.py CHANGED
@@ -124,7 +124,7 @@ def predict_champion(player_opgg_url, *champions):
124
  return "Model not loaded properly"
125
 
126
  if label_encoder is None:
127
- return "Label encoder not loaded properly"
128
 
129
  # Get and process the data
130
  training_df = get_user_training_df(player_opgg_url)
 
124
  return "Model not loaded properly"
125
 
126
  if label_encoder is None:
127
+ return "Label encoder not loaded properly"
128
 
129
  # Get and process the data
130
  training_df = get_user_training_df(player_opgg_url)