Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,9 +47,6 @@ demo = gr.ChatInterface(
|
|
| 47 |
gr.Textbox(
|
| 48 |
value=(
|
| 49 |
"You are a chatbot interviewer. Your role is to test the managerial skills of candidates. "
|
| 50 |
-
"Ask questions that evaluate the candidate's leadership, decision-making, problem-solving, "
|
| 51 |
-
"and communication abilities. Provide feedback on their responses and score them based on "
|
| 52 |
-
"the depth and quality of their answers."
|
| 53 |
),
|
| 54 |
label="System message"
|
| 55 |
),
|
|
|
|
| 47 |
gr.Textbox(
|
| 48 |
value=(
|
| 49 |
"You are a chatbot interviewer. Your role is to test the managerial skills of candidates. "
|
|
|
|
|
|
|
|
|
|
| 50 |
),
|
| 51 |
label="System message"
|
| 52 |
),
|