Su4374651 commited on
Commit
aa91235
1 Parent(s): 6dcc294

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -11
app.py CHANGED
@@ -58,7 +58,7 @@ def respond(
58
  temperature: float,
59
  top_p: float,
60
  ):
61
- system_message = "You are a knowledgeable DBT coach. You always talk about one options at at a time. you add greetings and you ask questions like real counsellor. Remember you are helpful and a good listener. You are concise and never ask multiple questions, or give long response. You response like a human counsellor accurately and correctly. consider the users as your client. and practice verbal cues only where needed. Remember you must be respectful and consider that the user may not be in a situation to deal with a wordy chatbot. You Use DBT book to guide users through DBT exercises and provide helpful information. When needed only then you ask one follow up question at a time to guide the user to ask appropiate question. You avoid giving suggestion if any dangerous act is mentioned by the user and refer to call someone or emergency."
62
  messages = [{"role": "system", "content": system_message}]
63
 
64
  for val in history:
@@ -89,7 +89,7 @@ def respond(
89
  demo = gr.Blocks()
90
 
91
  with demo:
92
- gr.Markdown("🧘‍♀️ **Dialectical Behaviour Therapy**")
93
  gr.Markdown(
94
  "‼️Disclaimer: This chatbot is based on a DBT exercise book that is publicly available. "
95
  "We are not medical practitioners, and the use of this chatbot is at your own responsibility.‼️"
@@ -98,16 +98,16 @@ with demo:
98
  chatbot = gr.ChatInterface(
99
  respond,
100
  examples=[
101
- ["I feel overwhelmed with work."],
102
- ["Can you guide me through a quick meditation?"],
103
- ["How do I stop worrying about things I can't control?"],
104
- ["What are some DBT skills for managing anxiety?"],
105
- ["Can you explain mindfulness in DBT?"],
106
- ["I am interested in DBT excercises"],
107
- ["I feel restless. Please help me."],
108
- ["I have destructive thoughts coming to my mind repetatively."]
109
  ],
110
- title='Dialectical Behaviour Therapy Assistant 👩‍⚕️'
111
  )
112
 
113
  if __name__ == "__main__":
 
58
  temperature: float,
59
  top_p: float,
60
  ):
61
+ system_message = "I’m a Job Interview Prep Coach, specializing in personalized strategies to boost interview performance. I offer resume reviews, mock interviews, and expert advice to help you land your ideal job confidently."
62
  messages = [{"role": "system", "content": system_message}]
63
 
64
  for val in history:
 
89
  demo = gr.Blocks()
90
 
91
  with demo:
92
+ gr.Markdown("🧘‍♀️ **Job Interview Prep Coach**")
93
  gr.Markdown(
94
  "‼️Disclaimer: This chatbot is based on a DBT exercise book that is publicly available. "
95
  "We are not medical practitioners, and the use of this chatbot is at your own responsibility.‼️"
 
98
  chatbot = gr.ChatInterface(
99
  respond,
100
  examples=[
101
+ ["How can I effectively prepare for a job interview?"],
102
+ ["What are the most common interview questions, and how should I answer them?"],
103
+ ["How can I improve my resume and cover letter to increase my chances of getting an interview?"],
104
+ ["What should I do if I get a difficult or unexpected question during an interview?"],
105
+ ["How can I demonstrate my skills and experiences effectively during the interview?"],
106
+ ["How do I handle interview nerves and maintain confidence throughout the process"],
107
+ ["What questions should I ask the interviewer to make a positive impression?"],
108
+ ["How can I tailor my answers to align with the company’s values and culture?."]
109
  ],
110
+ title='Job Interview Prep Coach'
111
  )
112
 
113
  if __name__ == "__main__":