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