IliaLarchenko commited on
Commit
9b71b82
1 Parent(s): 87a7cf5

Simplified fixed messages

Browse files
Files changed (1) hide show
  1. resources/data.py +3 -6
resources/data.py CHANGED
@@ -22,11 +22,8 @@ topics_list = [
22
  ]
23
 
24
  fixed_messages = {
25
- "intro": "Welcome to the coding interview! I am your AI interview assistant. For the start select the difficulty and topic of the problem you would like to solve. Then click on the 'Generate a problem' button. Good luck!",
26
- "start": (
27
- "Please take a moment to read the problem statement. Then you can share you initial thoughts and ask any questions you may have. "
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
  }