Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -75,4 +75,4 @@ temp = st.number_input("Temp", 0, 100)
|
|
75 |
|
76 |
if st.button("Predict"):
|
77 |
pred = fail(footfall, atemp, selfLR, ClinLR, DoleLR, PID, outpressure, inpressure, temp)
|
78 |
-
st.write("Predicted fail :information:
|
|
|
75 |
|
76 |
if st.button("Predict"):
|
77 |
pred = fail(footfall, atemp, selfLR, ClinLR, DoleLR, PID, outpressure, inpressure, temp)
|
78 |
+
st.write("Predicted fail :information: ", abs(int(pred)))
|