add html
Browse files
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
|
| 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
|