Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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 |
|