yunuseduran commited on
Commit
07f57cf
·
verified ·
1 Parent(s): d93067b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: @dryed")
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)