Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -244,7 +244,7 @@ def generate_text(df, country, theme):
|
|
244 |
{row_str}
|
245 |
Topic: {theme}
|
246 |
|
247 |
-
|
248 |
"""
|
249 |
prompt1 = f"""
|
250 |
Here is an example of how to describe adverse growth data for a given country:
|
|
|
244 |
{row_str}
|
245 |
Topic: {theme}
|
246 |
|
247 |
+
Describe using the similar pattern from the example the changes for the provided country and years. Highlight how the values change year by year and whether they increased or decreased. Do not mention any other countries or years, and describe exactly what is in the table. Keep the description simple and direct.
|
248 |
"""
|
249 |
prompt1 = f"""
|
250 |
Here is an example of how to describe adverse growth data for a given country:
|