Chan-Y commited on
Commit
9be919d
1 Parent(s): d62da5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ Please carefully read the following document:
41
  {TEXT}
42
  </document>
43
 
44
- identify the language, return detected language in json format with key "language" and value is the detected language
45
  '''
46
 
47
  prompt_detect = PromptTemplate(
 
41
  {TEXT}
42
  </document>
43
 
44
+ identify the MOST used language in the document, return detected language in json format with key "language" and value is the detected language
45
  '''
46
 
47
  prompt_detect = PromptTemplate(