Update appStore/subtarget.py
Browse files- appStore/subtarget.py +1 -1
appStore/subtarget.py
CHANGED
@@ -34,5 +34,5 @@ def app():
|
|
34 |
|
35 |
df = subtarget_classification(haystack_doc=df,
|
36 |
threshold= params['threshold'])
|
37 |
-
|
38 |
st.session_state.key1 = df
|
|
|
34 |
|
35 |
df = subtarget_classification(haystack_doc=df,
|
36 |
threshold= params['threshold'])
|
37 |
+
|
38 |
st.session_state.key1 = df
|