Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def respond(
|
|
15 |
temperature,
|
16 |
top_p,
|
17 |
):
|
18 |
-
system_message = "
|
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 |
-
["
|
63 |
-
["
|
64 |
-
["
|
65 |
],
|
66 |
-
title = '
|
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 |
|