saritha5 commited on
Commit
14a1150
·
1 Parent(s): ed67930

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -181,8 +181,8 @@ def predict_main(test_file,exist_file,prop_file):
181
  #print("{} {:.3f}".format(nrec, y_pred))
182
  print(nrec, max(y_pred))
183
 
184
- #exitFlag = True
185
 
186
- predict_main(test_file,exist_file,prop_file)
187
 
188
  st.header("End")
 
181
  #print("{} {:.3f}".format(nrec, y_pred))
182
  print(nrec, max(y_pred))
183
 
184
+ exitFlag = True
185
 
186
+ st.header(predict_main(test_file,exist_file,prop_file))
187
 
188
  st.header("End")