Spaces:
Sleeping
Sleeping
fix: correct tems
Browse files
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. **
|
245 |
|
246 |
-
2. **
|
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 |
|