Cachoups commited on
Commit
8d36a12
·
verified ·
1 Parent(s): 023b563

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -226,10 +226,9 @@ def generate_text(df, country, theme):
226
 
227
  Instructions:
228
  1. Highlight any improvement or worsening compared to previous years.
229
- 2. Clearly state if values are increasing or decreasing.
230
- 3. If the value is positive, it represents an increase, and if it is negative, it represents a decrease. Clearly reflect this in your summary.
231
- 4. Include the cumulative result if applicable.
232
- 5. Ensure the summary reflects the changes in values accurately.
233
  """
234
 
235
 
 
226
 
227
  Instructions:
228
  1. Highlight any improvement or worsening compared to previous years.
229
+ 2. If the value is positive, it represents an increase, and if it is negative, it represents a decrease. Clearly reflect this in your summary.
230
+ 3. Include the cumulative result if applicable.
231
+ 4. Ensure the summary reflects the changes in values and the topic accurately.
 
232
  """
233
 
234