Update app.py
Browse files
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}
|