Spaces:
Runtime error
Runtime error
Update app.py
#1
by
barbara-multimodal - opened
app.py
CHANGED
|
@@ -8,14 +8,14 @@ url = "https://talent-interview-prep-conversational-model.multimodal.dev/"
|
|
| 8 |
|
| 9 |
# Predefined questions
|
| 10 |
questions = {
|
| 11 |
-
"
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
-
"
|
| 18 |
-
"
|
| 19 |
}
|
| 20 |
|
| 21 |
# Create a list of full questions (key + value) for the dropdown
|
|
@@ -35,8 +35,8 @@ def api_call(interview_question, user_input):
|
|
| 35 |
}
|
| 36 |
data = {
|
| 37 |
"session_id": session_id,
|
| 38 |
-
"job_title": "
|
| 39 |
-
"company_name": "
|
| 40 |
"interview_question": interview_question,
|
| 41 |
"user_input": user_input
|
| 42 |
}
|
|
|
|
| 8 |
|
| 9 |
# Predefined questions
|
| 10 |
questions = {
|
| 11 |
+
"Can you start by giving us an overview of your background and how your experience has prepared you specifically for the Product Manager role here at InnovateTech Solutions?",
|
| 12 |
+
"What specifically interested you in this Product Manager role at InnovateTech Solutions, and how do you see your skills and experiences aligning with the responsibilities outlined in the job description?",
|
| 13 |
+
"Can you tell us about your career aspirations and motivations? How do you see this role helping you achieve your long-term career goals?",
|
| 14 |
+
"What do you consider to be your unique professional strengths and competencies that would contribute to your success as a Product Manager at our company? Can you provide an example where one of these strengths played a critical role in a project?",
|
| 15 |
+
"Could you walk us through a time when you defined and communicated a product vision and developed a roadmap? How did you ensure alignment with the company's strategic goals and market trends?",
|
| 16 |
+
"You've mentioned expertise in agile methodologies. Can you describe a specific project where you led a cross-functional team using Scrum or Kanban? What challenges did you face, and how did you overcome them?",
|
| 17 |
+
"Can you provide an example of a situation where you had to manage conflicting priorities among stakeholders? How did you handle it, and what was the outcome?",
|
| 18 |
+
"Now that we've discussed the role and responsibilities, do you have any questions about our company or the Product Manager position at InnovateTech Solutions?"
|
| 19 |
}
|
| 20 |
|
| 21 |
# Create a list of full questions (key + value) for the dropdown
|
|
|
|
| 35 |
}
|
| 36 |
data = {
|
| 37 |
"session_id": session_id,
|
| 38 |
+
"job_title": "Product Manager",
|
| 39 |
+
"company_name": "InnovateTech Solutions",
|
| 40 |
"interview_question": interview_question,
|
| 41 |
"user_input": user_input
|
| 42 |
}
|