Othniel74 commited on
Commit
914085c
·
verified ·
1 Parent(s): e517d0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -19,7 +19,8 @@ def predict_fraud(selected_model, selected_interpretability_method, step, transa
19
  return "Old Balance Org is required.", None, None, None, None, None, None, None, None, None, None
20
 
21
  #url = "https://fraud-sense-16a8ed5f96b5.herokuapp.com/predict_and_explain"
22
- url = "https://fraudsense-02168c9829aa.herokuapp.com/predict_and_explain"
 
23
  data = {
24
  'selected_model': selected_model,
25
  'selected_interpretability_method': selected_interpretability_method,
 
19
  return "Old Balance Org is required.", None, None, None, None, None, None, None, None, None, None
20
 
21
  #url = "https://fraud-sense-16a8ed5f96b5.herokuapp.com/predict_and_explain"
22
+ #url = "https://fraudsense-02168c9829aa.herokuapp.com/predict_and_explain"
23
+ url = "https://xaifraudsense-48ebac2f952e.herokuapp.com/predict_and_explain"
24
  data = {
25
  'selected_model': selected_model,
26
  'selected_interpretability_method': selected_interpretability_method,