Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -237,7 +237,7 @@ Output Format:
|
|
237 |
News Articles:
|
238 |
{new_data}
|
239 |
"""
|
240 |
-
output_format="""
|
241 |
def summarize(inp,history,data=None):
|
242 |
json_box=[]
|
243 |
if inp == "":
|
|
|
237 |
News Articles:
|
238 |
{new_data}
|
239 |
"""
|
240 |
+
output_format="""{"title": "title of the first article","description": "description of the article","article": "your custom written article","links": "all source links that have contributed to the article"},{"title": "title of the second article","description": "description of the article","article": "your custom written article","links": "all source links that have contributed to the article"}"""
|
241 |
def summarize(inp,history,data=None):
|
242 |
json_box=[]
|
243 |
if inp == "":
|