Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -225,7 +225,7 @@ def generate_text(df, country, theme):
|
|
225 |
Now, use the following data for {theme} in {country} to generate a similar summary:
|
226 |
{row_str}
|
227 |
|
228 |
-
The topic is {theme}. Ensure that the summary reflects the theme accurately and follows the pattern from the example.
|
229 |
"""
|
230 |
|
231 |
|
|
|
225 |
Now, use the following data for {theme} in {country} to generate a similar summary:
|
226 |
{row_str}
|
227 |
|
228 |
+
The topic is {theme}. Ensure that the summary reflects the theme accurately and follows the pattern from the example. Use terms 'increase' and 'decrease' to describe changes in values, and make sure the output aligns with the provided data.
|
229 |
"""
|
230 |
|
231 |
|