Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -187,7 +187,7 @@ COLUMN_SYNONYMS = {
|
|
187 |
"remote_ratio": ["remote work", "work from home", "remote ratio", "remote", "telecommute", "wfh"],
|
188 |
"company_size": ["company size", "organization size", "business size", "firm size", "big", "small"],
|
189 |
#"employee_residence": ["country", "residence", "location", "employee location"],
|
190 |
-
|
191 |
}
|
192 |
|
193 |
|
|
|
187 |
"remote_ratio": ["remote work", "work from home", "remote ratio", "remote", "telecommute", "wfh"],
|
188 |
"company_size": ["company size", "organization size", "business size", "firm size", "big", "small"],
|
189 |
#"employee_residence": ["country", "residence", "location", "employee location"],
|
190 |
+
"company_location": ["company location", "office location", "company country", "headquarters", "location", "located", "area"],
|
191 |
}
|
192 |
|
193 |
|