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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -240,9 +240,7 @@ 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
- 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
 
 
240
  Now, using the following data for {theme} in {country}, describe the adverse growth:
241
  {row_str}
242
  The topic is {theme}.
243
+ 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.
 
 
244
  """
245
 
246