Cachoups commited on
Commit
a393ea9
·
verified ·
1 Parent(s): 1e70f78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -240,9 +240,9 @@ def generate_text(df, country, theme):
240
  Now, using the following data for {theme} in {country}, describe the adverse growth:
241
  {row_str}
242
  The topic is {theme}.
243
- - Highlight changes between the years.
244
- - Accurately describe whether the values increase or decrease.
245
- - Include the cumulative result, and reflect the data as it appears.
246
  """
247
 
248
 
 
240
  Now, using the following data for {theme} in {country}, describe the adverse growth:
241
  {row_str}
242
  The topic is {theme}.
243
+ 1.Highlight changes between the years.
244
+ 2.Accurately describe whether the values increase or decrease.
245
+ 3.Include the cumulative result, and reflect the data as it appears.
246
  """
247
 
248