Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -77,6 +77,7 @@ if st.button("Predict"):
|
|
77 |
pred = fail(footfall, atemp, selfLR, ClinLR, DoleLR, PID, outpressure, inpressure, temp)
|
78 |
if pred>=1:
|
79 |
result =1
|
|
|
80 |
else:
|
81 |
result=0
|
82 |
-
st.write("
|
|
|
77 |
pred = fail(footfall, atemp, selfLR, ClinLR, DoleLR, PID, outpressure, inpressure, temp)
|
78 |
if pred>=1:
|
79 |
result =1
|
80 |
+
st.write("Sensör çalışıyor, işe devam edebilir", result)
|
81 |
else:
|
82 |
result=0
|
83 |
+
st.write("Sensör arızalı, lütfen sensörü kontrol ediniz ", result)
|