Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -263,7 +263,7 @@ def generate_text(df, country, theme):
|
|
263 |
{row_str}
|
264 |
Topic: {theme}
|
265 |
|
266 |
-
Describe the
|
267 |
"""
|
268 |
prompt1 = f"""
|
269 |
Here is an example of how to describe adverse growth data for a given country:
|
|
|
263 |
{row_str}
|
264 |
Topic: {theme}
|
265 |
|
266 |
+
Describe the adverse growth in the provided data year by year. Ensure the description follows the pattern in the example, highlighting whether the values increased or decreased each year.
|
267 |
"""
|
268 |
prompt1 = f"""
|
269 |
Here is an example of how to describe adverse growth data for a given country:
|