YsnHdn commited on
Commit
38f5a66
·
1 Parent(s): a1dd339

Refactor : Applying style changes

Browse files
__pycache__/helper_functions.cpython-310.pyc CHANGED
Binary files a/__pycache__/helper_functions.cpython-310.pyc and b/__pycache__/helper_functions.cpython-310.pyc differ
 
helper_functions.py CHANGED
@@ -23,7 +23,7 @@ class_labels = {
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' ),
 
23
  0: ('Physics', 'primary', '#0f6fec'),
24
  13: ('robotics', 'moss','#B1E5F2'),
25
  3: ('agriculture','teal' , '#20c997'),
26
+ 11: ('ML', 'yellow', '#ffc107'),
27
  8: ('economies', 'warning' , '#f7c32e'),
28
  15: ('technologies','vanila' ,'#FDF0D5' ),
29
  12: ('mathematics','coffe' ,'#7f5539' ),
static/css/style2.css CHANGED
@@ -8874,7 +8874,7 @@ textarea.form-control-lg {
8874
 
8875
  .bg-vanila {
8876
  --bs-bg-opacity: 1;
8877
- background-color: var(--bg-vanilla) !important;
8878
  }
8879
 
8880
  .bg-coffe {
 
8874
 
8875
  .bg-vanila {
8876
  --bs-bg-opacity: 1;
8877
+ background-color: var(--bs-vanila) !important;
8878
  }
8879
 
8880
  .bg-coffe {