leavoigt commited on
Commit
485203a
1 Parent(s): 0a2b1df

Update appStore/target.py

Browse files
Files changed (1) hide show
  1. appStore/target.py +1 -1
appStore/target.py CHANGED
@@ -66,7 +66,7 @@ def app():
66
  st.session_state['{}_classifier'.format(classifier_identifier)] = classifier
67
 
68
  # test
69
- if "target_classifier" not in session_state:
70
  print("target classifier not saved :(")
71
 
72
  df = target_classification(haystack_doc=df,
 
66
  st.session_state['{}_classifier'.format(classifier_identifier)] = classifier
67
 
68
  # test
69
+ if "target_classifier" not in st.session_state:
70
  print("target classifier not saved :(")
71
 
72
  df = target_classification(haystack_doc=df,