Spaces:
Sleeping
Sleeping
Update appStore/target.py
Browse files- 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,
|