Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,9 +5,9 @@ from src.app.predict import ZeroShotTextClassification
|
|
5 |
|
6 |
# Examples to display in the interface
|
7 |
examples = [
|
8 |
-
["I
|
9 |
-
["
|
10 |
-
["I
|
11 |
]
|
12 |
|
13 |
# Title and description and article for the interface
|
|
|
5 |
|
6 |
# Examples to display in the interface
|
7 |
examples = [
|
8 |
+
["I have a problem with my iPhone that needs to be resolved asap!", "urgent, not urgent, phone, tablet, computer"],
|
9 |
+
["Angela Merkel is a politician in Germany and leader of the CDU", "politics, economy, entertainment, environment"],
|
10 |
+
["Hi, I recently bought a device from your company but it is not working as advertised and I would like to get reimbursed!", "refund, legal, faq"],
|
11 |
]
|
12 |
|
13 |
# Title and description and article for the interface
|