c-ho commited on
Commit
701a95c
·
verified ·
1 Parent(s): 71f491e

Update app.py

Browse files

colour map change

Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -168,9 +168,9 @@ COLOR_MAP = {
168
  # -----------------------------------
169
  # Academic / theoretical
170
  # -----------------------------------
171
- "AcademicDiscipline": "#264653", # deep teal
172
- "AmbiguouslyDefinedConcept": "#6D597A", # muted purple
173
- "UnclassifiedLinguisticConcept": "#9A8C98", # soft gray-purple
174
 
175
  # -----------------------------------
176
  # Language / general linguistic
@@ -188,9 +188,9 @@ COLOR_MAP = {
188
  # -----------------------------------
189
  # Morphology / syntax
190
  # -----------------------------------
191
- "MorphologicalPhenomenon": "#2A9D8F", # turquoise green
192
- "MorphosyntacticPhenomenon": "#52B788", # medium green
193
- "SyntacticPhenomenon": "#40916C", # darker green
194
 
195
  # -----------------------------------
196
  # Lexicon / semantics / discourse
 
168
  # -----------------------------------
169
  # Academic / theoretical
170
  # -----------------------------------
171
+ "AcademicDiscipline": "#5339a8", # intense purple
172
+ "AmbiguouslyDefinedConcept": "#ab8fbd", # muted purple
173
+ "UnclassifiedLinguisticConcept": "#d4a1c7", # soft gray-pink
174
 
175
  # -----------------------------------
176
  # Language / general linguistic
 
188
  # -----------------------------------
189
  # Morphology / syntax
190
  # -----------------------------------
191
+ "MorphologicalPhenomenon": "#37bdac", # turquoise green
192
+ "MorphosyntacticPhenomenon": "#43916d", # medium green
193
+ "SyntacticPhenomenon": "#53703a", # darker moss
194
 
195
  # -----------------------------------
196
  # Lexicon / semantics / discourse