ppsingh commited on
Commit
fde6f03
·
verified ·
1 Parent(s): e728677

Update appStore/adapmit.py

Browse files
Files changed (1) hide show
  1. appStore/adapmit.py +1 -0
appStore/adapmit.py CHANGED
@@ -34,5 +34,6 @@ def app():
34
 
35
  df = adapmit_classification(haystack_doc=df,
36
  threshold= params['threshold'])
 
37
 
38
  st.session_state.key1 = df
 
34
 
35
  df = adapmit_classification(haystack_doc=df,
36
  threshold= params['threshold'])
37
+ st.dataframe(df)
38
 
39
  st.session_state.key1 = df