saritha5 commited on
Commit
d03c834
·
1 Parent(s): 6c83080

Update app.py

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