leavoigt commited on
Commit
d35ed4f
1 Parent(s): 284a851

Update appStore/target.py

Browse files
Files changed (1) hide show
  1. appStore/target.py +0 -3
appStore/target.py CHANGED
@@ -66,9 +66,6 @@ def app():
66
  classifier = load_targetClassifier(classifier_name=params['model_name'])
67
 
68
  st.session_state['{}_classifier'.format(classifier_identifier)] = classifier
69
-
70
- # test
71
- if "target_classifier" not in st.session_state:
72
 
73
  df = target_classification(haystack_doc=df,
74
  threshold= params['threshold'])
 
66
  classifier = load_targetClassifier(classifier_name=params['model_name'])
67
 
68
  st.session_state['{}_classifier'.format(classifier_identifier)] = classifier
 
 
 
69
 
70
  df = target_classification(haystack_doc=df,
71
  threshold= params['threshold'])