Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -101,9 +101,11 @@ NEWS_REPORTER="""You are an RSS News Aggregator. Your duty is to create a JSON
|
|
101 |
Your Workflow should be:
|
102 |
1. Read provided data
|
103 |
2. Sort data into relevant articles
|
104 |
-
3. Return JSON data
|
105 |
Output Format:
|
|
|
106 |
{output_format}
|
|
|
107 |
Provided News Articles:
|
108 |
{new_data}
|
109 |
"""
|
|
|
101 |
Your Workflow should be:
|
102 |
1. Read provided data
|
103 |
2. Sort data into relevant articles
|
104 |
+
3. Return only JSON data in the Output Format
|
105 |
Output Format:
|
106 |
+
```
|
107 |
{output_format}
|
108 |
+
```
|
109 |
Provided News Articles:
|
110 |
{new_data}
|
111 |
"""
|