Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -60,4 +60,4 @@ if st.button("Predict"):
|
|
| 60 |
st.success(comment)
|
| 61 |
|
| 62 |
st.write(f"**Predicted probability (Engine Condition = 1 / Faulty):** {prediction_proba:.4f}")
|
| 63 |
-
st.write(f"**Engine Condition
|
|
|
|
| 60 |
st.success(comment)
|
| 61 |
|
| 62 |
st.write(f"**Predicted probability (Engine Condition = 1 / Faulty):** {prediction_proba:.4f}")
|
| 63 |
+
st.write(f"**Engine Condition :** {prediction} (**{condition_label}**)")
|