Guiyom commited on
Commit
b18c05c
·
verified ·
1 Parent(s): 6df1e03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -732,7 +732,7 @@ The report should be very detailed and lengthy — approximately the equivalent
732
  - It must include inline citations (e.g., [1], [2], etc.) from real sources provided in the search results below
733
  - Do not add any inline citations reference in the placeholders descriptions below (visual, graph or focus)
734
  - Don't make too large blocks, skip lines and add line breaks when changing topic.
735
- - The report must include at least {round(pages/3,0)} tables from the sources used (add citations if necessary) and use facts and figures extensively to ground the analysis.
736
  - The report MUST include a reference summary table with at least 20 references. All inline citations (e.g., [1], [2], …) present in the report and in any focus placeholders MUST have a corresponding entry in this table with its full URL.
737
  - For the numbering of titles or numbered lists, use numbers (ex: 1.) and sub-units (1.1, 1.2... 1.1.1...,1.1.2...).
738
  Note: Exclude the use of html numbered lists format, they don't get correctly implemented. Use plain text format for numbering of sections and sub-sections
@@ -776,7 +776,7 @@ Important:
776
  - these placeholders text should contain:
777
  o the purpose of the future visual
778
  o the relevant data to generate it
779
- - there should be at least {round(pages/4,0)} of these visuals placeholders within the report (all between introduction and conclusion)
780
  - 2 visual placeholders cannot be in the same section
781
  Note: the placeholders will then be processed separately by a llm to generate the specific code to display each of them so the instruction need to be clear enough.
782
 
@@ -803,7 +803,7 @@ Important:
803
  - these placeholders text should contain:
804
  o the purpose of the future graph
805
  o the relevant data to generate it
806
- - there should be at least {round(pages/4,0)} of these graphs placeholders within the report (all between introduction and conclusion)
807
  - 2 graph placeholders cannot be in the same section
808
  Note: the placeholders will then be processed separately by a llm to generate the specific code to display each of them so the instruction need to be clear enough.
809
 
@@ -1917,4 +1917,4 @@ def main():
1917
  demo.launch()
1918
 
1919
  if __name__ == "__main__":
1920
- main()
 
732
  - It must include inline citations (e.g., [1], [2], etc.) from real sources provided in the search results below
733
  - Do not add any inline citations reference in the placeholders descriptions below (visual, graph or focus)
734
  - Don't make too large blocks, skip lines and add line breaks when changing topic.
735
+ - The report must include at least {round(pages/4,0)} tables from the sources used (add citations if necessary) and use facts and figures extensively to ground the analysis.
736
  - The report MUST include a reference summary table with at least 20 references. All inline citations (e.g., [1], [2], …) present in the report and in any focus placeholders MUST have a corresponding entry in this table with its full URL.
737
  - For the numbering of titles or numbered lists, use numbers (ex: 1.) and sub-units (1.1, 1.2... 1.1.1...,1.1.2...).
738
  Note: Exclude the use of html numbered lists format, they don't get correctly implemented. Use plain text format for numbering of sections and sub-sections
 
776
  - these placeholders text should contain:
777
  o the purpose of the future visual
778
  o the relevant data to generate it
779
+ - there should be at least {round(pages/5,0)} of these visuals placeholders within the report (all between introduction and conclusion)
780
  - 2 visual placeholders cannot be in the same section
781
  Note: the placeholders will then be processed separately by a llm to generate the specific code to display each of them so the instruction need to be clear enough.
782
 
 
803
  - these placeholders text should contain:
804
  o the purpose of the future graph
805
  o the relevant data to generate it
806
+ - there should be at least {round(pages/6,0)} of these graphs placeholders within the report (all between introduction and conclusion)
807
  - 2 graph placeholders cannot be in the same section
808
  Note: the placeholders will then be processed separately by a llm to generate the specific code to display each of them so the instruction need to be clear enough.
809
 
 
1917
  demo.launch()
1918
 
1919
  if __name__ == "__main__":
1920
+ main()