AliArshad commited on
Commit
eca0bd2
1 Parent(s): 1c2440d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -6
app.py CHANGED
@@ -53,12 +53,9 @@ additional_inputs=[
53
  ]
54
 
55
  examples=[
56
- ["Can you explain the concept of cognitive dissonance and how it affects decision-making?", None, None, None, None, None],
57
- ["What are some effective psychotherapy techniques for managing anxiety?", None, None, None, None, None],
58
- ["Can you provide an overview of the stages of development according to Erik Erikson's theory?", None, None, None, None, None],
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(