Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -214,7 +214,7 @@ def generate_text(df, country, theme):
|
|
214 |
Summarize the adverse growth for {theme} in {country}. Highlight any increase or decrease compared to previous years and include the cumulative result.
|
215 |
"""
|
216 |
|
217 |
-
|
218 |
Here is an example of how to describe adverse growth data for a given country:
|
219 |
Country: Australia
|
220 |
Adverse 2020: -0.427975
|
|
|
214 |
Summarize the adverse growth for {theme} in {country}. Highlight any increase or decrease compared to previous years and include the cumulative result.
|
215 |
"""
|
216 |
|
217 |
+
prompt = f"""
|
218 |
Here is an example of how to describe adverse growth data for a given country:
|
219 |
Country: Australia
|
220 |
Adverse 2020: -0.427975
|