Update app.py
Browse files
app.py
CHANGED
@@ -53,12 +53,9 @@ additional_inputs=[
|
|
53 |
]
|
54 |
|
55 |
examples=[
|
56 |
-
["
|
57 |
-
["
|
58 |
-
["
|
59 |
-
["How does the human memory work and what factors can influence our ability to recall information?", None, None, None, None, None],
|
60 |
-
["What are the psychological impacts of social media on teenagers?", None, None, None, None, None],
|
61 |
-
["Can you explain the difference between classical and operant conditioning in behavioral psychology?", None, None, None, None, None]
|
62 |
]
|
63 |
|
64 |
gr.ChatInterface(
|
|
|
53 |
]
|
54 |
|
55 |
examples=[
|
56 |
+
["Patient is feeling stressed due to work and has trouble sleeping.", None, None, None, None, None],
|
57 |
+
["Client is dealing with relationship issues and is seeking advice on communication strategies.", None, None, None, None, None],
|
58 |
+
["Individual has recently experienced a loss and is having difficulty coping with grief.", None, None, None, None, None],
|
|
|
|
|
|
|
59 |
]
|
60 |
|
61 |
gr.ChatInterface(
|