Spaces:
Runtime error
Runtime error
Commit
·
81f58a7
1
Parent(s):
7dc6d04
Upload config.py
Browse files
config.py
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
COLORS_NER={"COMPANY": "darkgray", "NAME": "lightgoldenrodyellow", "UNIVERSITY":"darkred", 'SKILLS_HARD':'lightpink1', 'LINKS':'olivedrab2', 'LOCATION':'purple', 'SKILLS_SOFT':'orange','LANGUAGES':'antiquewhite2','TIME_EXP':'cadetblue3', 'DESIGNATION':'chocolate2',
|
2 |
+
'PHONE_NUM':'darkgoldenrod1','STUDIES':'darkseagreen2'}
|