Cachoups commited on
Commit
34b2e3d
·
verified ·
1 Parent(s): a9d6164

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -243,7 +243,7 @@ def generate_text(df, country, theme):
243
  Now, using the following data for {theme} in {country}, describe the adverse growth:
244
  {row_str}
245
  The topic is {theme}.
246
- Describe by highlighting changes between the years. Accurately describe whether the values increase or decrease, include the cumulative result, and reflect the data as it appears.
247
  """
248
 
249
 
 
243
  Now, using the following data for {theme} in {country}, describe the adverse growth:
244
  {row_str}
245
  The topic is {theme}.
246
+ Describe by highlighting changes between those three years. Accurately describe whether the values increase or decrease, include the cumulative result, and reflect the data as it appears, especially the sign of the value.
247
  """
248
 
249