Omnibus commited on
Commit
90e48b6
·
verified ·
1 Parent(s): 82febcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -372,8 +372,8 @@ Data:
372
  Instructions:
373
  Compile and categorize the data above into a JSON dictionary string
374
  Include ALL text, datapoints, titles, descriptions, and source urls indexed into an easy to search JSON format
375
- Return a complete JSON file.
376
- Required format:
377
  "keywords":["short", "list", "of", "important", "keywords", "found", "in", "this", "entry"],
378
  "title":"title of entry",
379
  "description":"A sentence summarizing the topic of this entry",
 
372
  Instructions:
373
  Compile and categorize the data above into a JSON dictionary string
374
  Include ALL text, datapoints, titles, descriptions, and source urls indexed into an easy to search JSON format
375
+ Return a propely formatted JSON string.
376
+ Required keys:
377
  "keywords":["short", "list", "of", "important", "keywords", "found", "in", "this", "entry"],
378
  "title":"title of entry",
379
  "description":"A sentence summarizing the topic of this entry",