yunuseduran commited on
Commit
fe66536
·
verified ·
1 Parent(s): e878707

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,6 +77,6 @@ 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("Predicted fail :information: ", result)
 
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("Predicted fail :information: ", result)