Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,6 +35,8 @@ SUPPORTED_TYPES = {
|
|
| 35 |
"income_certificate": "Income certificate issued by a government authority",
|
| 36 |
"caste_certificate": "Caste certificate issued by a government authority",
|
| 37 |
"domicile_certificate": "Domicile / residence certificate issued by a government authority",
|
|
|
|
|
|
|
| 38 |
}
|
| 39 |
|
| 40 |
SARVAM_API_KEY = os.environ.get("SARVAM_API_KEY", "")
|
|
|
|
| 35 |
"income_certificate": "Income certificate issued by a government authority",
|
| 36 |
"caste_certificate": "Caste certificate issued by a government authority",
|
| 37 |
"domicile_certificate": "Domicile / residence certificate issued by a government authority",
|
| 38 |
+
"ssc_certificate": "SSC (Secondary School Certificate) / Class 10 marksheet or passing certificate issued by an education board",
|
| 39 |
+
"hsc_certificate": "HSC (Higher Secondary Certificate) / Class 12 marksheet or passing certificate issued by an education board",
|
| 40 |
}
|
| 41 |
|
| 42 |
SARVAM_API_KEY = os.environ.get("SARVAM_API_KEY", "")
|