Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
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 |
-
"
|
| 16 |
-
"
|
| 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 |
-
"
|
| 39 |
-
"
|
| 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 |
},
|