leavoigt commited on
Commit
5dd4c5e
1 Parent(s): 485203a

Update appStore/target.py

Browse files
Files changed (1) hide show
  1. 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
- print("target classifier not saved :(")
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'])