2gauravc commited on
Commit
f6a7294
1 Parent(s): be64bae

default text for search keywords

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -30,7 +30,8 @@ st.title("KYC Screening Assistant")
30
 
31
  # Input fields
32
  names_txt = st.text_input("Enter party name (or multiple names separated by ,)")
33
- keywords = st.text_input("Enter other search words:")
 
34
 
35
  st.sidebar.markdown("## Controls")
36
  st.sidebar.markdown("Choose your **search** *parameters*")
 
30
 
31
  # Input fields
32
  names_txt = st.text_input("Enter party name (or multiple names separated by ,)")
33
+ plc_text = "laundering OR terrorist OR fraud OR corrupt OR criminal OR investigation OR prosecute OR evasion OR bribe OR sanction"
34
+ keywords = st.text_input("Enter other search words:", value=plc_text)
35
 
36
  st.sidebar.markdown("## Controls")
37
  st.sidebar.markdown("Choose your **search** *parameters*")