Chan-Y commited on
Commit
8d26000
·
verified ·
1 Parent(s): 31eecd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,8 +40,8 @@ def summarize(file, n_words):
40
  {TEXT}
41
  </document>
42
 
43
- After reading through the document, identify the key points and main ideas covered in the text. Organize these key points into a concise bulleted list that summarizes the essential information from the document. The summary should have a maximum of 10 bullet points.
44
-
45
  Your goal is to be comprehensive in capturing the core content of the document, while also being concise in how you express each summary point. Omit minor details and focus on the central themes and important facts.
46
  '''
47
 
 
40
  {TEXT}
41
  </document>
42
 
43
+ After reading through the document, detect the language, identify the key points and main ideas covered in the text. Organize these key points into a concise bulleted list that summarizes the essential information from the document. The summary should have a maximum of 10 bullet points.
44
+ The final summary MUST be in the language you detected.
45
  Your goal is to be comprehensive in capturing the core content of the document, while also being concise in how you express each summary point. Omit minor details and focus on the central themes and important facts.
46
  '''
47