Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ def escape_markdown(text):
|
|
182 |
COLUMN_SYNONYMS = {
|
183 |
"job_title": ["job title", "job role", "role", "designation", "position", "job responsibility", "occupation"],
|
184 |
"experience_level": ["experience level", "seniority", "experience", "career stage", "years of experience"],
|
185 |
-
"employment_type": ["employment type", "job type", "contract type", "employment status"],
|
186 |
"salary_in_usd": ["salary", "income", "earnings", "pay", "wage", "compensation"],
|
187 |
"remote_ratio": ["remote work", "work from home", "remote ratio", "remote", "telecommute"],
|
188 |
"company_size": ["company size", "organization size", "business size", "firm size"],
|
|
|
182 |
COLUMN_SYNONYMS = {
|
183 |
"job_title": ["job title", "job role", "role", "designation", "position", "job responsibility", "occupation"],
|
184 |
"experience_level": ["experience level", "seniority", "experience", "career stage", "years of experience"],
|
185 |
+
"employment_type": ["employment type", "job type", "contract type", "employment status", "type of employment"],
|
186 |
"salary_in_usd": ["salary", "income", "earnings", "pay", "wage", "compensation"],
|
187 |
"remote_ratio": ["remote work", "work from home", "remote ratio", "remote", "telecommute"],
|
188 |
"company_size": ["company size", "organization size", "business size", "firm size"],
|