Cachoups commited on
Commit
409e3bc
·
verified ·
1 Parent(s): 7a7226e

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 those three years. Accurately describe whether the values increase or decrease, whether it worsened or improved, strongly or slightly, include the cumulative result, and reflect the data as it appears, especially the sign of the value.
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, whether it worsened or improved, strongly or slightly, include the cumulative result, and reflect the data as it appears.
247
  """
248
 
249