IliaLarchenko commited on
Commit
04c9587
1 Parent(s): 33727a3

Small text fix

Browse files
Files changed (1) hide show
  1. resources/data.py +2 -2
resources/data.py CHANGED
@@ -23,7 +23,7 @@ topics_list = [
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
  }
 
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": "The interview is complete. Thank you! Feedback will follow shortly.",
28
  "error": "An error occurred. Please try again.",
29
  }