cjber commited on
Commit
e9f17e6
·
1 Parent(s): 403a0b5

fix: correct tems

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -241,9 +241,9 @@ def upload_and_extract_files():
241
  """
242
  This program allows you to process JDi `.json` files automatically, to extract detailed information using AI, and produce comprehensive reports. For each _'representation document'_ two AI generated documents are produced.
243
 
244
- 1. **Representation Summary** documents contain automatically generated summaries of each representation, these representations are numbered sequentially, and by their unique ID.
245
 
246
- 2. **Executive Report** documents contain first an executive summary of the key points extracted from response documents, following this, a **Profile of Submissions** plots the demographic and geographic distribution of responses. Finally this document details **Themes and Policies**, where key themes and policies by response are highlighted, with notable information from responses bullet-pointed. This document contains inline citations, which relate back to the numbers associated with responses in the **Representation Summary Documents**. Citations are included to allow readers to manually verify the claims and points made by the AI model.
247
  """
248
  )
249
 
 
241
  """
242
  This program allows you to process JDi `.json` files automatically, to extract detailed information using AI, and produce comprehensive reports. For each _'representation document'_ two AI generated documents are produced.
243
 
244
+ 1. **Summaries of Public Submissions** documents contain automatically generated summaries of each representation, these representations are numbered sequentially, and by their unique ID.
245
 
246
+ 2. **Overview of Public Submissions** documents contain first an executive summary of the key points extracted from response documents, following this, a **Profile of Submissions** plots the demographic and geographic distribution of responses. Finally this document details **Chapter Breakdown**, where information extracted from responses is grouped by chapter. This document contains inline citations, which relate back to the numbers associated with responses in the **Representation Summary Documents**. Citations are included to allow readers to manually verify the claims and points made by the AI model.
247
  """
248
  )
249