Cachoups commited on
Commit
1d9d87a
·
verified ·
1 Parent(s): f935a58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -225,7 +225,7 @@ def generate_text(df, country, theme):
225
  Now, use the following data for {theme} in {country} to generate a similar summary:
226
  {row_str}
227
 
228
- The topic is {theme}. Ensure that the summary reflects the theme accurately and follows the pattern from the example. Highlight any improvements or worsening compared to previous years and include a cumulative result if applicable. Use terms 'increase' and 'decrease' to describe changes in values, and make sure the output aligns with the provided data.
229
  """
230
 
231
 
 
225
  Now, use the following data for {theme} in {country} to generate a similar summary:
226
  {row_str}
227
 
228
+ The topic is {theme}. Ensure that the summary reflects the theme accurately and follows the pattern from the example. Use terms 'increase' and 'decrease' to describe changes in values, and make sure the output aligns with the provided data.
229
  """
230
 
231