Spaces:
Sleeping
Sleeping
IliaLarchenko
commited on
Commit
•
9b71b82
1
Parent(s):
87a7cf5
Simplified fixed messages
Browse files- resources/data.py +3 -6
resources/data.py
CHANGED
@@ -22,11 +22,8 @@ topics_list = [
|
|
22 |
]
|
23 |
|
24 |
fixed_messages = {
|
25 |
-
"intro": "
|
26 |
-
"start": (
|
27 |
-
|
28 |
-
# "Please use the record button to communicate with me. Try to think out loud and record all you comments and questions as if it is the real interview."
|
29 |
-
),
|
30 |
-
"end": "The interview has concluded. Thank you for your participation! In a moment I will provide a detailed feedback on your performance.",
|
31 |
"error": "An error occurred. Please try again.",
|
32 |
}
|
|
|
22 |
]
|
23 |
|
24 |
fixed_messages = {
|
25 |
+
"intro": "Nice to meet you! I'm your AI interviewer. Click 'Generate a problem' to start.",
|
26 |
+
"start": ("Read the problem statement, share your initial thoughts, and ask questions using the record button."),
|
27 |
+
"end": "Interview complete. Thank you! Feedback will follow shortly.",
|
|
|
|
|
|
|
28 |
"error": "An error occurred. Please try again.",
|
29 |
}
|