sergiopaniego HF Staff commited on
Commit
a3b141b
·
verified ·
1 Parent(s): 88bc194

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def get_text_classification(text_input):
9
 
10
  return formatted_text
11
 
12
- examples = [["When did you send me my new card?"]]
13
 
14
  css = """
15
  footer {display:none !important}
 
9
 
10
  return formatted_text
11
 
12
+ examples = [["When did you send me my new card?"], ["Why was I declined when I tried to get my money?"], ["my atm transaction was wrong"], ["For what reason did my top-up get cancelled?"], ["Why am I missing my refund"]]
13
 
14
  css = """
15
  footer {display:none !important}