Spaces:
Runtime error
Runtime error
typo
Browse files
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
|
| 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:
|