Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def fail(footfall, atemp, selfLR, ClinLR, DoleLR, PID, outpressure, inpressure,
|
|
61 |
prediction = pipe.predict(input_data)[0]
|
62 |
return prediction
|
63 |
|
64 |
-
st.title("İot Analizi :information: @
|
65 |
st.write("Lütfen Sensör Verilerini Giriniz.")
|
66 |
footfall = st.number_input("Footfall", 0, 10000)
|
67 |
atemp = st.number_input("Atemp", 0, 100)
|
|
|
61 |
prediction = pipe.predict(input_data)[0]
|
62 |
return prediction
|
63 |
|
64 |
+
st.title("İot Analizi :information: @YED")
|
65 |
st.write("Lütfen Sensör Verilerini Giriniz.")
|
66 |
footfall = st.number_input("Footfall", 0, 10000)
|
67 |
atemp = st.number_input("Atemp", 0, 100)
|