ppsingh commited on
Commit
aa9e45c
1 Parent(s): 7099dfe

Update appStore/target.py

Browse files
Files changed (1) hide show
  1. appStore/target.py +1 -1
appStore/target.py CHANGED
@@ -43,6 +43,6 @@ def app():
43
 
44
  df = target_classification(haystack_doc=df,
45
  threshold= params['threshold'])
46
- st.write(df)
47
  st.session_state.key1 = df
48
 
 
43
 
44
  df = target_classification(haystack_doc=df,
45
  threshold= params['threshold'])
46
+ st.dataframe(df)
47
  st.session_state.key1 = df
48