paarthbhise commited on
Commit
839866b
·
verified ·
1 Parent(s): af0a596

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -80,9 +80,10 @@ demo = gr.ChatInterface(
80
  get_text_response,
81
  type="messages",
82
  examples=[
83
- "Tell me about the transition from vacuum tubes to transistors.",
84
- "What's your take on the current state of Solid State Batteries?",
85
- "Explain Docker to me like I'm a sysadmin from 1995."
 
86
  ],
87
  title="MindMate: Your Safe Space"
88
  )
 
80
  get_text_response,
81
  type="messages",
82
  examples=[
83
+ "I'm feeling really overwhelmed with everything on my plate lately and just don't know where to start.",
84
+ "Can we just talk for a bit? I'm feeling a little lonely and disconnected today.",
85
+ "I've been having trouble sleeping because my mind keeps racing at night. Do you have any advice?",
86
+ "How do I deal with feeling like I'm not good enough at what I do?"
87
  ],
88
  title="MindMate: Your Safe Space"
89
  )