YsnHdn commited on
Commit
f17dec9
·
1 Parent(s): f0aa55b

Refactor : adjusting the response component

Browse files
Files changed (1) hide show
  1. helper_functions.py +2 -2
helper_functions.py CHANGED
@@ -23,12 +23,12 @@ class_labels = {
23
  0: ('Physics', 'primary', '#0f6fec'),
24
  13: ('robotics', 'moss','#B1E5F2'),
25
  3: ('agriculture','teal' , '#20c997'),
26
- 11: ('Machine Learning and Knowledge Extraction', 'yellow', '#ffc107'),
27
  8: ('economies', 'warning' , '#f7c32e'),
28
  15: ('technologies','vanila' ,'#FDF0D5' ),
29
  12: ('mathematics','coffe' ,'#7f5539' ),
30
  14: ('sports', 'orange', '#fd7e14'),
31
- 4: ('Artificial intelligence','cyan', '#0dcaf0'),
32
  6: ('Innovation','rosy' ,'#BF98A0'),
33
  5: ('Science','picton' ,'#5fa8d3' ),
34
  1: ('Societies','purple' , '#6f42c1'),
 
23
  0: ('Physics', 'primary', '#0f6fec'),
24
  13: ('robotics', 'moss','#B1E5F2'),
25
  3: ('agriculture','teal' , '#20c997'),
26
+ 11: ('Machine Learning', 'yellow', '#ffc107'),
27
  8: ('economies', 'warning' , '#f7c32e'),
28
  15: ('technologies','vanila' ,'#FDF0D5' ),
29
  12: ('mathematics','coffe' ,'#7f5539' ),
30
  14: ('sports', 'orange', '#fd7e14'),
31
+ 4: ('AI','cyan', '#0dcaf0'),
32
  6: ('Innovation','rosy' ,'#BF98A0'),
33
  5: ('Science','picton' ,'#5fa8d3' ),
34
  1: ('Societies','purple' , '#6f42c1'),