Dark commited on
Commit
a45f35e
·
verified ·
1 Parent(s): b4c84ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ st.markdown("""
64
 
65
 
66
  @st.cache_resource
67
- def load_model(model_path='detector.pkl'):
68
  try:
69
  with open(model_path, 'rb') as f:
70
  model_components = pickle.load(f)
 
64
 
65
 
66
  @st.cache_resource
67
+ def load_model(model_path='bot_detector_model.pkl'):
68
  try:
69
  with open(model_path, 'rb') as f:
70
  model_components = pickle.load(f)