PrathameshRaut commited on
Commit
67767c9
·
verified ·
1 Parent(s): 2127ada

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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", "")