vikramvasudevan commited on
Commit
695466f
·
verified ·
1 Parent(s): ec6e2b2

Upload folder using huggingface_hub

Browse files
modules/config/sri_vachana_bhushanam.py CHANGED
@@ -12,8 +12,8 @@ sri_vachana_bhushanam_config = {
12
  "unit": "sutra",
13
  "unit_field": "_global_index",
14
  "chapter_order": lambda: {
15
- "taniyans": 1,
16
- "sutras": 2,
17
  },
18
  "field_mapping": {
19
  "text": "sutra_text_ta",
@@ -35,8 +35,8 @@ sri_vachana_bhushanam_config = {
35
  "show_as_filter": True,
36
  "component": "dropdown",
37
  "lov": lambda: [
38
- "thaniyans",
39
- "sutras"
40
  ],
41
  "is_unique": True,
42
  },
@@ -48,8 +48,8 @@ sri_vachana_bhushanam_config = {
48
  "show_as_filter": True,
49
  "component": "dropdown",
50
  "lov": lambda: [
51
- "தனியன்கள்",
52
- "சூத்திரங்கள்"
53
  ],
54
  "is_unique": True,
55
  },
 
12
  "unit": "sutra",
13
  "unit_field": "_global_index",
14
  "chapter_order": lambda: {
15
+ "taniyan": 1,
16
+ "sutra": 2,
17
  },
18
  "field_mapping": {
19
  "text": "sutra_text_ta",
 
35
  "show_as_filter": True,
36
  "component": "dropdown",
37
  "lov": lambda: [
38
+ "thaniyan",
39
+ "sutra"
40
  ],
41
  "is_unique": True,
42
  },
 
48
  "show_as_filter": True,
49
  "component": "dropdown",
50
  "lov": lambda: [
51
+ "தனியன்",
52
+ "சூத்திரம்"
53
  ],
54
  "is_unique": True,
55
  },