Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -372,7 +372,7 @@ 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 |
-
|
376 |
Required keys:
|
377 |
"keywords":["short", "list", "of", "important", "keywords", "found", "in", "this", "entry"]
|
378 |
"title":"title of 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 properly formatted JSON file.
|
376 |
Required keys:
|
377 |
"keywords":["short", "list", "of", "important", "keywords", "found", "in", "this", "entry"]
|
378 |
"title":"title of entry"
|