ppsingh commited on
Commit
2afe656
·
verified ·
1 Parent(s): 64906bc

Update appStore/sector.py

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