ppsingh commited on
Commit
c51fd51
1 Parent(s): 4f80223

Update appStore/target.py

Browse files
Files changed (1) hide show
  1. appStore/target.py +1 -1
appStore/target.py CHANGED
@@ -47,7 +47,7 @@ def app():
47
  warning_msg = ""
48
 
49
  df = tapp_classification(haystack_doc=df,
50
- threshold= params['threshold'])
51
  st.dataframe(df)
52
  st.session_state.key1 = df
53
 
 
47
  warning_msg = ""
48
 
49
  df = tapp_classification(haystack_doc=df,
50
+ threshold= param1['threshold'])
51
  st.dataframe(df)
52
  st.session_state.key1 = df
53