Update appStore/target.py
Browse files- 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 |
-
|
|
|
42 |
else:
|
43 |
warning_msg = ""
|
44 |
|
45 |
+
df = tapp_classification(haystack_doc=df,
|
46 |
threshold= param1['threshold'])
|
47 |
|
48 |
+
st.session_state.key1 = df
|