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