Spaces:
Sleeping
Sleeping
Update appStore/target.py
Browse files- appStore/target.py +1 -1
appStore/target.py
CHANGED
@@ -67,7 +67,7 @@ def app():
|
|
67 |
|
68 |
# test
|
69 |
if "target_classifier" not in st.session_state:
|
70 |
-
|
71 |
|
72 |
df = target_classification(haystack_doc=df,
|
73 |
threshold= params['threshold'])
|
|
|
67 |
|
68 |
# test
|
69 |
if "target_classifier" not in st.session_state:
|
70 |
+
st.write("target classifier not saved :(")
|
71 |
|
72 |
df = target_classification(haystack_doc=df,
|
73 |
threshold= params['threshold'])
|