Update appStore/tapp.py
Browse files- appStore/tapp.py +0 -1
appStore/tapp.py
CHANGED
@@ -44,6 +44,5 @@ def app():
|
|
44 |
|
45 |
df = tapp_classification(haystack_doc=df,
|
46 |
threshold= param1['threshold'])
|
47 |
-
st.dataframe(df)
|
48 |
|
49 |
st.session_state.key1 = df
|
|
|
44 |
|
45 |
df = tapp_classification(haystack_doc=df,
|
46 |
threshold= param1['threshold'])
|
|
|
47 |
|
48 |
st.session_state.key1 = df
|