Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -47,9 +47,9 @@ with block:
|
|
47 |
|
48 |
gr.Examples(
|
49 |
examples=[
|
50 |
-
"I
|
51 |
"I'm having problems at home",
|
52 |
-
"I am
|
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 |
)
|