ppsingh commited on
Commit
92199fc
1 Parent(s): e4ad490

Update appStore/target.py

Browse files
Files changed (1) hide show
  1. 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