Omnibus commited on
Commit
93ba80e
·
verified ·
1 Parent(s): 8f3159f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ Output Format:
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 == "":
 
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 == "":