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