Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -226,10 +226,9 @@ def generate_text(df, country, theme):
|
|
226 |
|
227 |
Instructions:
|
228 |
1. Highlight any improvement or worsening compared to previous years.
|
229 |
-
2.
|
230 |
-
3.
|
231 |
-
4.
|
232 |
-
5. Ensure the summary reflects the changes in values accurately.
|
233 |
"""
|
234 |
|
235 |
|
|
|
226 |
|
227 |
Instructions:
|
228 |
1. Highlight any improvement or worsening compared to previous years.
|
229 |
+
2. If the value is positive, it represents an increase, and if it is negative, it represents a decrease. Clearly reflect this in your summary.
|
230 |
+
3. Include the cumulative result if applicable.
|
231 |
+
4. Ensure the summary reflects the changes in values and the topic accurately.
|
|
|
232 |
"""
|
233 |
|
234 |
|