Cachoups commited on
Commit
0d3029d
·
verified ·
1 Parent(s): c9afbab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -227,11 +227,9 @@ def generate_text(df, country, theme):
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. Use 'increase' for positive values and 'decrease' for negative values.
231
  4. Include the cumulative result if applicable.
232
  5. Ensure the summary reflects the changes in values accurately.
233
-
234
- For instance, if the value is positive, it represents an increase, and if it is negative, it represents a decrease. Clearly reflect this in your summary.
235
  """
236
 
237
 
 
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