Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def fail(footfall, atemp, selfLR, ClinLR, DoleLR, PID, outpressure, inpressure,
|
|
71 |
prediction = pipe.predict(input_data)[0]
|
72 |
return prediction
|
73 |
|
74 |
-
st.title("İot Analizi :information: @
|
75 |
st.write("Lütfen Sensör Verilerini Giriniz.")
|
76 |
footfall = st.number_input("Footfall", 0, 10000)
|
77 |
atemp = st.number_input("Atemp", 0, 100)
|
@@ -89,4 +89,4 @@ if st.button("Predict"):
|
|
89 |
result = 1
|
90 |
else:
|
91 |
result = 0
|
92 |
-
st.write("
|
|
|
71 |
prediction = pipe.predict(input_data)[0]
|
72 |
return prediction
|
73 |
|
74 |
+
st.title("İot Analizi :information: @YED")
|
75 |
st.write("Lütfen Sensör Verilerini Giriniz.")
|
76 |
footfall = st.number_input("Footfall", 0, 10000)
|
77 |
atemp = st.number_input("Atemp", 0, 100)
|
|
|
89 |
result = 1
|
90 |
else:
|
91 |
result = 0
|
92 |
+
st.write("Sensör Durumu ", result)
|