rajeshradhakrishnan commited on
Commit
334a549
1 Parent(s): 7903f66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ examples = [
11
  ["നെന്മാറ - നെല്ലിയാമ്പതി"]
12
  ]
13
 
14
- def transIndic(idx,text, srclang, trgLang):
15
  response = requests.post(
16
  uri,
17
  json={
 
11
  ["നെന്മാറ - നെല്ലിയാമ്പതി"]
12
  ]
13
 
14
+ def transIndic(text, srclang, trgLang):
15
  response = requests.post(
16
  uri,
17
  json={