Su4374651 commited on
Commit
9b8ae96
1 Parent(s): a818d30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -15,7 +15,7 @@ def respond(
15
  temperature,
16
  top_p,
17
  ):
18
- system_message = "You are a good listener. You advise relaxation exercises, suggest avoiding negative thoughts, and guide through steps to manage stress. Discuss what's on your mind, or ask me for a quick relaxation exercise."
19
  messages = [{"role": "system", "content": system_message}]
20
 
21
  for val in history:
@@ -59,11 +59,11 @@ demo = gr.ChatInterface(
59
  ],
60
 
61
  examples = [
62
- ["I feel overwhelmed with work."],
63
- ["Can you guide me through a quick meditation?"],
64
- ["How do I stop worrying about things I can't control?"]
65
  ],
66
- title = 'Calm Mate 🕊️'
67
  )
68
 
69
 
 
15
  temperature,
16
  top_p,
17
  ):
18
+ system_message = "I offer mock interviews, personalized feedback, and valuable insights into common interview questions and industry-specific tips. My goal is to boost your confidence, improve your communication skills, and equip you with the tools needed to impress potential employers."
19
  messages = [{"role": "system", "content": system_message}]
20
 
21
  for val in history:
 
59
  ],
60
 
61
  examples = [
62
+ ["What are the most common mistakes candidates make during interviews, and how can I avoid them?"],
63
+ ["Do you have any tips for handling nerves or anxiety during interviews?"],
64
+ ["What are effective strategies for answering behavioral interview questions?"]
65
  ],
66
+ title = 'Job Interview Prep Coach'
67
  )
68
 
69