ngocng19 commited on
Commit
1621223
·
verified ·
1 Parent(s): 94ec62e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -11
app.py CHANGED
@@ -5,23 +5,21 @@ import os
5
 
6
  # 1. DATA STRUCTURES
7
  subtask_map = {
8
- "Security": ["Industry/peers","Find/Inquiries about Stock information", "Presentation/Stakeholders","Manage/Exploit exisiting customers", "Educate/Market on security services"],
9
- "Leasing": ["Legal/Credit/Accounting paperwork/policy","Manage existing customers", "Proposal/Marketing report","Financial analysis", "Credit-Nhóm nợ vay", "Interview-Asset checkup-Quantitative", "Understand/Market/Educate leasing/financial services"],
10
- "Admin-Payment/Payroll": ["Legal/Payment paperwork","On-boarding/Paperworks", "Marketing/Chamber's social and communication","Inquiries/Billings/Invoices", "Payment/Banking", "Accounting Schedules", "Co-ordinate/Logistic/Events", "Stakeholders"],
11
- "Accountancy": ["On-boarding/Legal and Accounting Paperworks", "Legal-law update", "Invoices/Banking reconcilation", "Captable-Securities", "Payment/Receiver"],
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", "SQL", "Obsidian/Notion setup"],
16
- "Interview": ["Applicant-Checkup CV", "Root-cause analyze", "STAR method for interview"]
17
  }
18
 
19
  training_map = {
20
- "Softskill": ["Communication", "Networking", "Communciation effectively/On-point"],
21
- "Psy": ["Mental Health", "Design thinking", "Human nature"],
22
- "ADHD": ["Autism","Manage your pre-frontal cortex"],
 
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