Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Upload folder using huggingface_hub
Browse files- modules/quiz/models.py +1 -1
modules/quiz/models.py
CHANGED
|
@@ -37,7 +37,7 @@ class Question(BaseModel):
|
|
| 37 |
)
|
| 38 |
verse_reference: Optional[str] = Field(
|
| 39 |
default=None,
|
| 40 |
-
description="The reference identifier of the verse or the title (e.g.,
|
| 41 |
)
|
| 42 |
reference_link: Optional[str] = Field(
|
| 43 |
default=None, description="The html_url if available"
|
|
|
|
| 37 |
)
|
| 38 |
verse_reference: Optional[str] = Field(
|
| 39 |
default=None,
|
| 40 |
+
description="The reference identifier of the verse or the title (e.g., TVM 1.4.5). Include the prabandham_name as well if available. Do not capture the scripture name here.",
|
| 41 |
)
|
| 42 |
reference_link: Optional[str] = Field(
|
| 43 |
default=None, description="The html_url if available"
|