rfdougherty commited on
Commit
817f1e7
·
1 Parent(s): 63d3af6

clean up examples

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -9,8 +9,12 @@ EXAMPLES = [
9
  "This is so awesome!",
10
  "You're driving me up the wall!",
11
  "I'm so lonely I could cry.",
12
- "They went over like a lead balloon",
13
  "I'm not feeling very sad at all.",
 
 
 
 
 
14
  ]
15
 
16
 
 
9
  "This is so awesome!",
10
  "You're driving me up the wall!",
11
  "I'm so lonely I could cry.",
 
12
  "I'm not feeling very sad at all.",
13
+ "You're slapping your father in the face, aren't you?",
14
+ "Yes, that's how I feel [laughing].",
15
+ "Yes, that's how I feel [sobbing].",
16
+ "Now I hear what you're sayin' 😀",
17
+ "Now I hear what you're sayin' 🙁",
18
  ]
19
 
20