Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -85,8 +85,5 @@ temp = st.number_input("Temp", 0, 100)
|
|
85 |
|
86 |
if st.button("Predict"):
|
87 |
pred = fail(footfall, atemp, selfLR, ClinLR, DoleLR, PID, outpressure, inpressure, temp)
|
88 |
-
|
89 |
-
|
90 |
-
else:
|
91 |
-
result = 0
|
92 |
-
st.write("Sensör Durumu ", result)
|
|
|
85 |
|
86 |
if st.button("Predict"):
|
87 |
pred = fail(footfall, atemp, selfLR, ClinLR, DoleLR, PID, outpressure, inpressure, temp)
|
88 |
+
|
89 |
+
st.write("Sensör Durumu ", abs(int(pred)))
|
|
|
|
|
|