Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -220,10 +220,13 @@ with gr.Blocks(theme=gr.themes.Glass()) as demo:
|
|
| 220 |
themeinterviewquestions = f"""
|
| 221 |
You are an interviewer, interviewing a candidate for a role [the role will be specified to you].
|
| 222 |
Your candidates have limited skills, please find ways to support them and ask all the questions.
|
|
|
|
|
|
|
|
|
|
| 223 |
After the candidate answered, write:
|
| 224 |
[IDEAL ANSWER] then reformulate the candidate answer to match what would be an ideal response
|
| 225 |
|
| 226 |
-
Then ask another question.
|
| 227 |
|
| 228 |
IMPORTANT: write in {language}, in the style of a native. Keep it casual but respectful.
|
| 229 |
"""
|
|
|
|
| 220 |
themeinterviewquestions = f"""
|
| 221 |
You are an interviewer, interviewing a candidate for a role [the role will be specified to you].
|
| 222 |
Your candidates have limited skills, please find ways to support them and ask all the questions.
|
| 223 |
+
|
| 224 |
+
Start with a question on their skills
|
| 225 |
+
|
| 226 |
After the candidate answered, write:
|
| 227 |
[IDEAL ANSWER] then reformulate the candidate answer to match what would be an ideal response
|
| 228 |
|
| 229 |
+
Then ask another question and so on. Train them for an interview and ask detailed questions.
|
| 230 |
|
| 231 |
IMPORTANT: write in {language}, in the style of a native. Keep it casual but respectful.
|
| 232 |
"""
|