hkayesh commited on
Commit
ef8a5a9
·
1 Parent(s): f7d0236

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ description = "Text classification using DistilBERT fine-tuned on the Kaggle dis
6
 
7
  examples = [["Twelve feared killed in an air ambulance helicopter crash"],
8
  ["Just happened a terrible car crash"],
9
- ["Heard about #earthquake is different cities"],
10
  ["I love my new Tesla!"],
11
  ["Wow social media really blew up after the Adele concert"]]
12
 
 
6
 
7
  examples = [["Twelve feared killed in an air ambulance helicopter crash"],
8
  ["Just happened a terrible car crash"],
9
+ ["Heard about #earthquake in different cities"],
10
  ["I love my new Tesla!"],
11
  ["Wow social media really blew up after the Adele concert"]]
12