Letsch22 commited on
Commit
1460b4c
·
1 Parent(s): ebd0b81
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ class MockInterviewer:
33
 
34
  def init_assistant(self, job_role, company):
35
  if not job_role and not company:
36
- raise gr.Error('Job Role and Company are requried fields.')
37
  if not job_role:
38
  raise gr.Error('Job Role is a required field.')
39
  if not company:
 
33
 
34
  def init_assistant(self, job_role, company):
35
  if not job_role and not company:
36
+ raise gr.Error('Job Role and Company are required fields.')
37
  if not job_role:
38
  raise gr.Error('Job Role is a required field.')
39
  if not company: