jaifar530 commited on
Commit
d352c5a
·
unverified ·
1 Parent(s): 8cfc361
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -301,7 +301,6 @@ try:
301
  clf_loaded = pickle.load(file)
302
  except Exception as e:
303
  st.write(f"An error occurred while loading AI_vs_AI_RandomForest_88_Samples.pkl: {str(e)}")
304
- return # This will exit the function
305
 
306
  # Creates a button
307
  press_me_button = st.button("Which Model Used?")
 
301
  clf_loaded = pickle.load(file)
302
  except Exception as e:
303
  st.write(f"An error occurred while loading AI_vs_AI_RandomForest_88_Samples.pkl: {str(e)}")
 
304
 
305
  # Creates a button
306
  press_me_button = st.button("Which Model Used?")