Cachoups commited on
Commit
3a3a763
·
verified ·
1 Parent(s): 8d36a12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -226,9 +226,8 @@ def generate_text(df, country, theme):
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
 
 
226
 
227
  Instructions:
228
  1. Highlight any improvement or worsening compared to previous years.
229
+ 2. Include the cumulative result if applicable.
230
+ 3. Ensure the summary reflects the changes in values and the topic accurately.
 
231
  """
232
 
233