Zakia commited on
Commit
9ba729e
1 Parent(s): ad7296c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def predict(model, input_df):
29
  html = "<div style='background-color:green;'>" + html + "</div>"
30
 
31
 
32
- return output#"AMPUTATION RISK: " + amputation_risk + " SCORE: "+str(predict_score)
33
 
34
 
35
  # the parameters in this function, actually gets the inputs for the prediction
 
29
  html = "<div style='background-color:green;'>" + html + "</div>"
30
 
31
 
32
+ return html#"AMPUTATION RISK: " + amputation_risk + " SCORE: "+str(predict_score)
33
 
34
 
35
  # the parameters in this function, actually gets the inputs for the prediction