Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -86,8 +86,8 @@ temp = st.number_input("Temp", 0, 100)
|
|
86 |
if st.button("Predict"):
|
87 |
pred = fail(footfall, atemp, selfLR, ClinLR, DoleLR, PID, outpressure, inpressure, temp)
|
88 |
if pred>=1:
|
89 |
-
result ="1 ; Sensör
|
90 |
else:
|
91 |
-
result ="0 ; Sensör
|
92 |
|
93 |
st.write("Sensör Durumu ", result)
|
|
|
86 |
if st.button("Predict"):
|
87 |
pred = fail(footfall, atemp, selfLR, ClinLR, DoleLR, PID, outpressure, inpressure, temp)
|
88 |
if pred>=1:
|
89 |
+
result ="1 ; Sensör arızalı lütfen kontrol ediniz"
|
90 |
else:
|
91 |
+
result ="0 ; Sensör çalışıyor işe devam edebilirsiniz"
|
92 |
|
93 |
st.write("Sensör Durumu ", result)
|