Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -344,7 +344,7 @@ def generate_text(df, country, theme):
|
|
344 |
Description:
|
345 |
In the adverse scenario, the growth in Australia was -0.43% in 1990. It worsened to -1.99% in 1991 and slightly improved to -1.20% in 1992. The total cumulative adverse growth was -3.57%.
|
346 |
|
347 |
-
Now, using the following data for {theme} in {country}, describe and provibe how the adverse growth changed each year
|
348 |
{row_str}
|
349 |
"""
|
350 |
prompt1 = f"""
|
|
|
344 |
Description:
|
345 |
In the adverse scenario, the growth in Australia was -0.43% in 1990. It worsened to -1.99% in 1991 and slightly improved to -1.20% in 1992. The total cumulative adverse growth was -3.57%.
|
346 |
|
347 |
+
Now, using the following data for {theme} in {country}, describe and provibe how the adverse growth changed each year, whether it increased or decreased, worsened or improved:
|
348 |
{row_str}
|
349 |
"""
|
350 |
prompt1 = f"""
|