Update app.py
Browse files
app.py
CHANGED
|
@@ -5,23 +5,21 @@ import os
|
|
| 5 |
|
| 6 |
# 1. DATA STRUCTURES
|
| 7 |
subtask_map = {
|
| 8 |
-
"
|
| 9 |
-
"Leasing": ["
|
| 10 |
-
"Admin-Payment/Payroll": ["
|
| 11 |
-
"
|
| 12 |
-
"Psychology": ["Psychology", "Communication", "Selling"],
|
| 13 |
"ADHD": ["Focus Strategies", "Workflow", "Organization", "Deep-thinking/Cognitive", "Stressed/Burnout"],
|
| 14 |
"Soft skill": ["Networking-Linkedin"],
|
| 15 |
-
"Technology": ["Excel Automation", "
|
| 16 |
-
"Interview": ["Applicant-Checkup CV", "Root-cause analyze", "STAR method for interview"]
|
| 17 |
}
|
| 18 |
|
| 19 |
training_map = {
|
| 20 |
-
"Softskill": ["
|
| 21 |
-
"
|
| 22 |
-
"
|
|
|
|
| 23 |
"Mindset": ["Positivity mindset", "Shift your mindset"],
|
| 24 |
-
"Flow": ["Workflow", "Energy"]
|
| 25 |
}
|
| 26 |
|
| 27 |
# Persistent session storage
|
|
|
|
| 5 |
|
| 6 |
# 1. DATA STRUCTURES
|
| 7 |
subtask_map = {
|
| 8 |
+
"Investment": ["control and compliance","Industry/peers research","Stock information","Manage and circulate news to exisiting customers","Selling"],
|
| 9 |
+
"Leasing": ["Investment efficiency","Credit-Nhóm nợ vay", "Debt collect and check-up for business feasibility"],
|
| 10 |
+
"Admin-Payment/Payroll": ["Chamber's social and communication","Inquiries/Billings/Invoices", "Payment/Banking", "Accounting Schedules","managed Stakeholders"],
|
| 11 |
+
"Psychology": ["Psychology", "Reflection-Journal", "Deep thinking"],
|
|
|
|
| 12 |
"ADHD": ["Focus Strategies", "Workflow", "Organization", "Deep-thinking/Cognitive", "Stressed/Burnout"],
|
| 13 |
"Soft skill": ["Networking-Linkedin"],
|
| 14 |
+
"Technology": ["Excel Automation","Data cleaning and manipulation", "AI skills"]
|
|
|
|
| 15 |
}
|
| 16 |
|
| 17 |
training_map = {
|
| 18 |
+
"Softskill": ["Communciation effectively/On-point"],
|
| 19 |
+
"Working" : ["80/20", "Flow", "Prioritization"],
|
| 20 |
+
"Psy": ["Mental Health", "Design thinking"],
|
| 21 |
+
"ADHD": ["Autism","Cognitive", "Feelings"],
|
| 22 |
"Mindset": ["Positivity mindset", "Shift your mindset"],
|
|
|
|
| 23 |
}
|
| 24 |
|
| 25 |
# Persistent session storage
|