rairo commited on
Commit
14ee888
·
verified ·
1 Parent(s): efc00a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ The reporting period is from {start_date.strftime('%d %B %Y')} to {end_date.strf
151
  The currency is South African Rand (ZAR).
152
  The report must contain sections for Revenue, Operating Expenses, and Net Income or Loss. Each of these sections must be a clear table.
153
  The Revenue section must contain a single table showing only the 'Total Revenue'. Do NOT create a table that itemizes or lists individual income sources.
154
- The report must also include a "Key Highlights" section with bullet points and a final "Summary" paragraph.
155
  Use the provided JSON data for all financial figures.
156
  For the Net Income or Loss table, if the net position is negative, display the amount in parentheses.
157
  Separate the major sections with a horizontal rule.
 
151
  The currency is South African Rand (ZAR).
152
  The report must contain sections for Revenue, Operating Expenses, and Net Income or Loss. Each of these sections must be a clear table.
153
  The Revenue section must contain a single table showing only the 'Total Revenue'. Do NOT create a table that itemizes or lists individual income sources.
154
+ The report must also include a "Key Highlights" section with bullet points and a final comprehensive "Summary" paragraph with insights.
155
  Use the provided JSON data for all financial figures.
156
  For the Net Income or Loss table, if the net position is negative, display the amount in parentheses.
157
  Separate the major sections with a horizontal rule.