patti-j commited on
Commit
bafff02
1 Parent(s): 8c0bbb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,9 +47,9 @@ with block:
47
 
48
  gr.Examples(
49
  examples=[
50
- "I am lonely",
51
  "I'm having problems at home",
52
- "I am jumpy when I hear a loud noise and I feel scared all the time",
53
  ],
54
  inputs=message,
55
  )
 
47
 
48
  gr.Examples(
49
  examples=[
50
+ "I feel lonely",
51
  "I'm having problems at home",
52
+ "I am looking for some resources",
53
  ],
54
  inputs=message,
55
  )