sitammeur commited on
Commit
c6d07f3
·
verified ·
1 Parent(s): fee0527

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 love to play the guitar", "music, artist, food, travel"],
9
- ["I am a software engineer at Google", "technology, engineering, art, science"],
10
- ["I am a professional basketball player", "sports, athlete, chef, politics"],
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