ppsingh commited on
Commit
e4ad490
·
verified ·
1 Parent(s): 90a23dc

Update appStore/target.py

Browse files
Files changed (1) hide show
  1. appStore/target.py +2 -2
appStore/target.py CHANGED
@@ -42,7 +42,7 @@ def app():
42
  else:
43
  warning_msg = ""
44
 
45
- tapp_classification(haystack_doc=df,
46
  threshold= param1['threshold'])
47
 
48
- #st.session_state.key1 = df
 
42
  else:
43
  warning_msg = ""
44
 
45
+ df = tapp_classification(haystack_doc=df,
46
  threshold= param1['threshold'])
47
 
48
+ st.session_state.key1 = df