Update appStore/target.py
Browse files- appStore/target.py +1 -0
appStore/target.py
CHANGED
@@ -44,5 +44,6 @@ def app():
|
|
44 |
|
45 |
df = tapp_classification(haystack_doc=df,
|
46 |
threshold= param1['threshold'])
|
|
|
47 |
|
48 |
st.session_state.key1 = df
|
|
|
44 |
|
45 |
df = tapp_classification(haystack_doc=df,
|
46 |
threshold= param1['threshold'])
|
47 |
+
st.dataframe(df)
|
48 |
|
49 |
st.session_state.key1 = df
|